struct-builder 0.3.0

Derive a builder for your structs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod impl_subject_fn_builder;
mod params_struct;
mod builder_struct;
mod impl_builder_fns;
mod impl_from_builder_for_subject;
mod impl_from_params_for_subject;
mod impl_from_subject_for_builder;

pub use impl_subject_fn_builder::*;
pub use params_struct::*;
pub use builder_struct::*;
pub use impl_builder_fns::*;
pub use impl_from_builder_for_subject::*;
pub use impl_from_params_for_subject::*;
pub use impl_from_subject_for_builder::*;