Skip to content

Release v1.3.0

Latest
Compare
Choose a tag to compare
@thejpster thejpster released this 11 Apr 10:33
· 11 commits to master since this release
b633084
  • 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();