hashbag 0.1.9

An unordered multiset implementation using a hash bag
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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