Expand description
Abstraction layer over common hash-based containers.
Structs§
- Atomic
Map - A lock-free concurrent map optimized for read-heavy access patterns.
- Atomic
Set - A lock-free concurrent set optimized for read-heavy access patterns.
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>.