A flexible implementation of the Builder pattern supporting nested builders and collection-specific subformers. Simplify the construction of complex objects.
useformer::Former;#[derive( Debug, PartialEq, Former )]// #[ debug ] // Commented out - debug attribute only for temporary debugging
pubstructTest<'a>{pubvalue:&'astr,
}fnmain(){}