- Adds Github actions to automatically run tests
- Adds
impl Iter
for&MultiMap
so you can more easily loop through the entries - Adds
impl Default
, so you can now:
let h: MultiMap<i32, &str, String> = Default::default();
impl Iter
for &MultiMap
so you can more easily loop through the entriesimpl Default
, so you can now:let h: MultiMap<i32, &str, String> = Default::default();