Skip to content

Commit

Permalink
Documentation improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
campeis committed Nov 30, 2023
1 parent 7027dcb commit c532159
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
A typesafe builder macro in Rust

The generated builder will make sure a struct can't be built if any of the required fields has not been set.
The check will be done at compile time, so there will be no need to handle any error in the code.

```rust
use type_safe_builder_macro::Builder;
Expand Down

0 comments on commit c532159

Please sign in to comment.