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
# Invariant Doc Entity

### Scope

- **Purpose**: Document architectural constraints that `clone_dyn_meta` must maintain permanently.
- **Responsibility**: Enforce the `macro_tools`-only dependency policy for all syntax operations.
- **In Scope**: Proc-macro crate dependency policy.
- **Out of Scope**: User-facing API contracts (clone_dyn facade), runtime safety (clone_dyn_types).

### Overview Table

| ID | Name | Purpose | Status |
|----|------|---------|--------|
| 001 | [macro_tools Standardization]001_macro_tools_only.md | All syntax operations via macro_tools, no direct syn/quote/proc-macro2 ||