collection_tools 0.48.0

General purpose tools to manipulate collections( containers like Vec/HashMap/HashSet ).
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Examples

### Scope

Runnable examples demonstrating `collection_tools` macro usage.

### Responsibility Table

| File | Responsibility |
|------|----------------|
| `collection_tools_trivial.rs` | Basic usage of all 18 collection constructor macros |