collection_tools 0.46.0

General purpose tools to manipulate collections( containers like Vec/HashMap/HashSet ).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Docs

### Scope

Design and API documentation for `collection_tools`. Organized as typed doc entity instances: features describe what the crate does, invariants define behavioral contracts, and API docs reference the public interface.

See [entities.md](entities.md) for the complete registry of all doc instances.

### Responsibility Table

| File | Responsibility |
|------|----------------|
| [entities.md]entities.md | Master registry of all doc entity types and instances |
| [doc_graph.yml]doc_graph.yml | Cross-reference graph linking all doc instances |
| [feature/]feature/readme.md | Feature documentation — what the crate does and when to use it |
| [invariant/]invariant/readme.md | Invariant documentation — behavioral contracts that must always hold |
| [api/]api/readme.md | API reference — public macro signatures, expansion contracts, and re-exports |