test_tools 0.19.1

Tools for writing and running tests.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# standalone

Standalone build mode: circular-dependency-free shims for test_tools.

## Responsibility Table

| File | Responsibility |
|------|----------------|
| `readme.md` | Document standalone/ organization and purpose |
| `mod.rs` | Top-level macros, error_tools, mem_tools, typing_tools, re-exports |
| `collection_tools.rs` | Collection type aliases, hashmap_compat wrappers, constructor macros |
| `diagnostics_tools.rs` | Assertion macros (a_id, a_true, cta_true, etc.) |
| `impls_index.rs` | Placeholder impls_index compatibility module |