Skip to content

Commit

Permalink
Improving documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
campeis committed Dec 5, 2023
1 parent 3a802af commit 2f07d19
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 @@ -120,6 +120,11 @@ fn main() {
```

### Custom builder name

By default the name of the builder will be the word "Builder" prefixed with the name of
struct that will be built. In the case this generated name would clash with the one of
an existing struct, a different one could be configured.

```rust
use type_safe_builder_macro::Builder;

Expand Down

0 comments on commit 2f07d19

Please sign in to comment.