macro_tools 0.88.1

Tools for writing procedural macroses.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Docs

## Scope

Design and API documentation for `macro_tools`.

### Responsibility Table

| File | Responsibility |
|------|----------------|
| `feature/` | Documents user-facing capabilities of the macro toolkit |
| `api/` | Documents public trait and type contracts |
| `pattern/` | Documents architectural patterns for proc-macro development |
| `invariant/` | Documents design invariants and correctness properties |
| `entities.md` | Indexes all doc entity types and active instances |
| `doc_graph.yml` | Maps cross-entity dependencies as nodes and edges |