Crate ordermap [] [src]

Macros

ordermap

Create an OrderMap from a list of key-value pairs

Structs

Drain
IntoIter
Iter
IterMut
Keys
OccupiedEntry
OrderMap

A hash map with consistent order of the key-value pairs.

VacantEntry
Values
ValuesMut

Enums

Entry

FIXME: Remove dependence on the S parameter (to match HashMap).