clone_dyn_meta 0.59.0

Derive to clone dyn structures.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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

| File | Responsibility |
|------|----------------|
| [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 |