Crate map_ext [] [src]

Extensions to std::collections::HashMap and std::collections::BTreeMap.

Reexports

pub use self::btree_map::*;
pub use self::hash_map::*;

Modules

btree_map
hash_map

Traits

Update

Trait adding an update method to maps, allowing their entries to be updated.

UpdateOr

Trait adding an update_or method to maps, allowing their entries to be updated with a default value.