Expand description
Efficient maps of integer ids to values.
Re-exports§
pub extern crate intid;
pub use self::direct::DirectIdMap;
pub use self::direct::DirectIdSet;
Modules§
- direct
- Direct maps and set, which take storage proportional to the maximum id.
Macros§
- direct_
idmap - Creates a
DirectIdMap
from a set of key-value pairs. - direct_
idset - Creates a
DirectIdSet
from a list of values