inspect_type 0.17.0

Diagnostic-purpose tools to inspect type of a variable and its size.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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

| ID | Name | Purpose | Status |
|----|------|---------|--------|
| 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 ||