Crate fixed_map

source ·

Structs

A fixed map with a predetermined size.
A fixed set implemented as a Map where the value is ().

Traits

The trait for a key that can be used to store values in the maps.
The trait defining how storage works.

Derive Macros

Derive to implement the Key trait.