buco (Builder at Compile Time)
A simple crate for implementing builder pattern, while still maintaining the safety and predictability of the Rust compiler.
Usage
Add the following to your Cargo.toml:
[]
= "0.1"
Example
use Builder;
A simple crate for implementing builder pattern, while still maintaining the safety and predictability of the Rust compiler.
Add the following to your Cargo.toml:
[]
= "0.1"
use Builder;