Skip to main content

Module collections

Module collections 

Source
Expand description

Abstraction layer over common hash-based containers.

Structs§

AtomicMap
A lock-free concurrent map optimized for read-heavy access patterns.
AtomicSet
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>.