Module collections

Module collections 

Source
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>.