collection_tools 0.49.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
# Test Surface Docs

### Scope

Test specification surface for `collection_tools` doc entity instances. Each subdirectory
mirrors a `docs/` entity type and contains test spec files for each instance in that type.

### Responsibility Table

| Directory | Responsibility |
|-----------|----------------|
| `feature/` | Test specs for `docs/feature/` instances |
| `invariant/` | Test specs for `docs/invariant/` instances |
| `api/` | Test specs for `docs/api/` instances |