component_model_meta 0.21.1

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

## Master Doc Entities Table

| Type | Purpose | Master File | Instances |
|------|---------|-------------|----------:|
| `api/` | Documents each derive macro's generated output, supported shapes, and feature gating | [api/readme.md]api/readme.md | 1 |
| `algorithm/` | Explains internal code generation algorithms and the problems they solve | [algorithm/readme.md]algorithm/readme.md | 2 |

## Master Doc Instances Table

| Entity | ID | Name | File |
|--------|-----|------|------|
| api | 001 | Derive Macros | [api/001_derive_macros.md]api/001_derive_macros.md |
| algorithm | 001 | Popular Type Generation | [algorithm/001_popular_type_generation.md]algorithm/001_popular_type_generation.md |
| algorithm | 002 | Type Deduplication | [algorithm/002_type_deduplication.md]algorithm/002_type_deduplication.md |