former 2.33.0

A flexible implementation of the Builder pattern supporting nested builders and collection-specific subformers. Simplify the construction of complex objects.
Documentation
1
2
3
4
#[ derive( Debug, PartialEq, former::Former ) ]
pub struct Test<'a> {
    value: &'a str,
}