Crate enum_map [] [src]

An enum mapping type.

It is implemented using array, so using it is as fast as using Rust arrays.

Macros

enum_map

Enum map constructor.

Structs

EnumMap

An enum mapping.

Iter

Immutable enum map iterator