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
DirectIdMapfrom a set of key-value pairs. - direct_
idset - Creates a
DirectIdSetfrom a list of values