derive_builder
Run this command in a terminal, in your project's directory:
cargo add derive_builder
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
derive_builder = "0.20.2"
The derive_builder library will be automatically available globally. Read the derive_builder library documentation.
Back to the crate overview.