former_types 2.41.1

A flexible implementation of the Builder pattern supporting nested builders and collection-specific subformers. Its compile-time structures and traits that are not generated but reused.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Tests

### Responsibility Table

| File | Responsibility |
|------|----------------|
| tests.rs | Test aggregator — wires inc/ modules into test binary |
| smoke_test.rs | Smoke tests for local and published crate runs |
| inc/ | Domain test modules — lifetime correctness and bug reproducers |
| inc/mod.rs | Aggregates all test submodules under inc/ |
| inc/lifetime_mre_test.rs | Bug reproducer for E0726 — FormerBegin lifetime parameter fix |