typestate-builder 0.1.3

Derive-macro-based generator that combines `Typestate` and `Builder` patterns.
Documentation
1
2
3
4
5
6
7
8
9
# typestate-builder


`TypestateBuilder` is a Rust procedural macro that enables the creation of builder patterns using the typestate design pattern. This macro ensures that your structs are built in a way that enforces compile-time safety, ensuring that required fields are initialized before the struct is created.

For more informatiion, read [the document](https://docs.rs/typestate-builder/latest/typestate_builder/).

## License


`TypestateBuilder` is dual-licensed under the MIT and Apache 2.0 licenses. See the LICENSE-MIT and LICENSE-APACHE files for details.