crates_tools 0.27.0

Tools to analyse crate files.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# API Doc Entity

### Scope

- **Purpose**: Document the public API surface — type signatures, method contracts, behavior.
- **Responsibility**: Registry and overview of all API doc instances.
- **In Scope**: CrateArchive struct and all methods.
- **Out of Scope**: Behavioral invariants (see `invariant/`), feature guides (see `feature/`).

### Overview Table

| ID | Name | Purpose | Status |
|----|------|---------|--------|
| 001 | [CrateArchive]001_crate_archive.md | Complete API for the CrateArchive struct ||