derive_builder 0.6.0

Rust macro to automatically implement the builder pattern for arbitrary structs.
Documentation
1
2
3
4
5
#[cfg(not(feature = "skeptic_tests"))]
fn main() {}

#[cfg(feature = "skeptic_tests")]
include!("skeptic.rs");