Skip to content

Commit

Permalink
Improves documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
campeis committed Dec 6, 2023
1 parent 2f07d19 commit 2ed3b96
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,11 @@ fn main() {
```

### Custom setter name

By default the builder has a setter method with the same name as the property
it will set. This could be configured on a field basis so the generated setter
method has a specific name.

```rust
use type_safe_builder_macro::Builder;

Expand Down

0 comments on commit 2ed3b96

Please sign in to comment.