Crate associated_list
source ·Expand description
associated_list
An associated list, for cases when the key implements neither Hash nor Ord.
Structs
- An associated list based on a Vec, providing the usual map functionality.
- Consuming Iterator for the values of an
AssocList. It is created by theinto_values-method. - Iterator for the mutable values of an
AssocList. It is created by thevalues_mut-method.
Enums
- A view into an
AssocListfor a single element. It can be either present or missing.
Traits
- Helper-trait to reduce the amount of required cfg-pragmas.