clone_dyn_meta 0.61.1

Derive to clone dyn structures.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# API Doc Entity

### Scope

- **Purpose**: Specify the public interface contracts: invocation forms, parameters, constraints, and generated output guarantees.
- **Responsibility**: Serve as the authoritative reference for how the attribute macro is called and what it produces.
- **In Scope**: Attribute macro signatures, parameter tables, input constraints, generated impl descriptions.
- **Out of Scope**: Feature rationale (`feature/`), internal implementation (`algorithm/`).

### Overview Table

| ID | Name | Purpose | Status |
|----|------|---------|--------|
| 001 | [Clone Dyn Attribute]001_clone_dyn_attr.md | `#[clone_dyn]` invocation contract, parameters, and generated output ||