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
# Docs

### Scope

Design and API documentation for `component_model_meta`. Organized as typed doc entity instances: api/ documents the derive macro interface, and algorithm/ explains the implementation logic.

### Responsibility Table

| File | Responsibility |
|------|----------------|
| [`api/`]api/readme.md | API documentation for the derive macros |
| [`algorithm/`]algorithm/readme.md | Algorithm documentation — internal macro implementation logic |
| [`entities.md`]entities.md | Master index of all active doc entity types and instances |