Expand description
Common utilities for Rust.
A collection of common utilities for Rust.
Modules
- Common macros for Rust.
Macros
- A macro that creates a new
BTreeMapinstance with the given key-value pairs. - A macro that creates a new
BTreeSetand inserts the given values into it. - A macro that counts the number of times a pattern is repeated.
- A macro that creates a new
HashMapinstance with the given key-value pairs. - A macro that creates a new
HashSetand inserts the given values into it. - A macro that creates a new
VecDequeinstance with the given values.