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
15
16
17
18
# Docs

## Scope

Design and API documentation for `former_meta`.

See [entities.md](entities.md) for the complete registry of all doc entity types and instances.

### Responsibility Table

| File | Responsibility |
|------|----------------|
| `entities.md` | Catalogues all doc entity types and their instance file paths |
| `doc_graph.yml` | Maps cross-reference relationships across all doc instances |
| `feature/` | Documents behavioral capabilities and design of this crate |
| `api/` | Defines public macro entry points and attribute contracts |
| `invariant/` | Specifies behavioral constraints that must always hold |
| `integration/` | Documents integration relationships with external dependencies |