Module collections

Source
Expand description

Collection types with consistent ordering.

Re-exports§

pub use self::map::Map;
pub use self::set::Set;

Modules§

map
A hash map implementation with consistent ordering.
set
A hash set implemented as a Map where the value is ().

Traits§

Equivalent
Key equivalence trait.