Expand description
Abstraction layer over common hash-based containers.
Traits§
- MapLike
- Represents a generic map-like container with key-value pairs.
- SetLike
- Represents a generic set-like container with members.
Functions§
- into_
ustr_ vec - Convert any iterator of string-like items into a
Vec<Ustr>
.