implements 0.14.0

Macro to answer the question: does it implement a trait?
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Pattern Doc Entity

### Scope

- **Purpose**: Document reusable design patterns applied in the implementation of implements.
- **Responsibility**: Index of pattern doc instances for the implements crate.
- **In Scope**: Internal design patterns that shape how the macro works.
- **Out of Scope**: Feature documentation (→ feature/), API contracts (→ api/), correctness invariants (→ invariant/).

### Overview Table

| ID | Name | Purpose | Status |
|----|------|---------|--------|
| 001 | [Autoref Specialization]001_autoref_specialization.md | Simulate trait specialization using method resolution priority ||