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
# API Doc Entity

### Scope

- **Purpose**: Document the public macro API — signatures, behavior, and guarantees.
- **Responsibility**: Registry and overview of all API doc instances.
- **In Scope**: All variadic constructor macros (9 strict + 9 into); collection type re-exports.
- **Out of Scope**: Behavioral invariants (see `invariant/`), feature guides (see `feature/`).

### Overview Table

| ID | Name | Purpose | Status |
|----|------|---------|--------|
| 001 | [Collection Constructor Macros]001_collection_macros.md | Variadic macros for creating standard collections ||