congee 0.2.4

A Rust implementation of ART-OLC concurrent adaptive radix tree.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
coverage:
  range: 80..100
  round: down
  precision: 2
  status:
    project:
      default: false
    patch:
      default: false

# Tests files aren't important for coverage
ignore:
  - "tests"
  - "bench"
  - "fuzz"