# Docs
## Scope
Design and API documentation for `clone_dyn_meta`. Organized as typed doc entity instances: features describe what the crate does, invariants define behavioral contracts, API docs reference the public interface, and algorithm docs describe code generation logic.
See [entities.md](entities.md) for the complete registry of all doc instances.
### Responsibility Table
| [entities.md](entities.md) | Master registry of all doc entity types and instances |
| [algorithm/](algorithm/readme.md) | Algorithm documentation — code generation logic |
| [api/](api/readme.md) | API reference — attribute macro and its applicability |
| [feature/](feature/readme.md) | Feature documentation — what the crate does and why |
| [invariant/](invariant/readme.md) | Invariant documentation — behavioral contracts that must always hold |