Crate map_ext

Source
Expand description

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

Re-exports§

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.