[][src]Crate easy_collections

Re-exports

pub use map as easy_collections;
pub use set as easy_set;

Macros

map
set

Structs

EasyMap

A wrapper around HashMap that creates default values for empty keys. It also provides convenience implementations for Index and IndexMut.

EasySet

A wrapper around HashSet which implements a lot of traits. One of the main benefits is that this map implements the BitAnd, BitOr, BitXor, Sub and Ord traits in the same manner as Python's sets: https://docs.python.org/2/library/sets.html#set-objects