# API Doc Entity
### Scope
- **Purpose**: Document all public macros exported by inspect_type — their operations, error handling, and compatibility contracts.
- **Responsibility**: Index of API doc instances for the inspect_type crate.
- **In Scope**: Publicly exported macros and their behavioural contracts.
- **Out of Scope**: Internal implementation (→ src/), feature-level context (→ feature/), invariants (→ invariant/).
### Overview Table
| 001 | [inspect_to_str_type_of](001_inspect_to_str_type_of.md) | Inspect type name and size, return as string | ✅ |
| 002 | [inspect_type_of](002_inspect_type_of.md) | Inspect type name and size, print and return as string | ✅ |