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
# API Doc Entity

### Scope

- **Purpose**: Document the public interface — macro entry points and field attribute contracts.
- **Responsibility**: Collect all API doc instances defining macro entry points and attribute contracts.
- **In Scope**: One instance per logical grouping of public entry points or attribute contracts.
- **Out of Scope**: Behavioral rationale and constraints — see `feature/` and `invariant/` instances.

### Overview Table

| ID | Name | Purpose | Status |
|----|------|---------|--------|
| 001 | [Derive API]001_derive_api.md | `#[derive(Former)]` entry point, struct/enum applicability, and all field attributes ||