former_meta 2.44.0

A flexible implementation of the Builder pattern supporting nested builders and collection-specific subformers. Implementation of its derive macro. Should not be used independently, instead use module::former which relies on the module.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Feature Doc Entity

### Scope

- **Purpose**: Document behavioral features — what `former_meta` does and why each capability exists.
- **Responsibility**: Collect all feature doc instances describing what this crate does and why.
- **In Scope**: One instance per distinct macro capability or behavioral feature.
- **Out of Scope**: Implementation details and interface contracts — see `api/` and `invariant/` instances.

### Overview Table

| ID | Name | Purpose | Status |
|----|------|---------|--------|
| 001 | [Former Derive Macro]001_former_derive.md | Builder pattern generation via `#[derive(Former)]` ||