former 2.43.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
5
6
7
8
9
10
11
12
13
14
#![allow(clippy::used_underscore_binding, clippy::all, warnings, missing_docs)]
mod subform_collection_test;
// REMOVED: comprehensive_mixed_derive (too large, causes build timeouts - replaced with simplified_mixed_derive)
mod simplified_mixed_derive; // REPLACEMENT: Simplified mixed enum coverage without build timeout issues

#[ cfg( feature = "derive_former" ) ]
#[test_tools::nightly]
#[ test ]
fn former_trybuild() {
  println!("current_dir : {:?}", std::env::current_dir().unwrap());
  let _t = test_tools::compiletime::TestCases::new();

  // assert!( false );
}