Skip to content

Commit

Permalink
improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
campeis committed Dec 3, 2023
1 parent a448273 commit 30eee58
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ fn main() {
```

### Default fields
If a field is of a type that implemets the Default trait it could be configured
so the default() provided value could be used automatically whithout the need to
call the field's setter method.

```rust
use type_safe_builder_macro::Builder;

Expand Down

0 comments on commit 30eee58

Please sign in to comment.