hashbag 0.1.3

An unordered multiset implementation using a hash bag
Documentation
# Hold ourselves to a high bar
coverage:
  range: 95..100
  round: down
  precision: 1

# Test files aren't important for coverage
ignore:
  - "tests"

# Make less noisy comments
comment:
  layout: "files"
  require_changes: yes