rangemap 1.5.1

Map and set data structures whose keys are stored as ranges. Contiguous and overlapping ranges that map to the same value are coalesced into a single range.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# rangemap fuzz tests

These fuzz tests use the [cargo-fuzz](https://github.com/rust-fuzz/cargo-fuzz) tool.

Run one of these:

```
cargo +nightly fuzz run rangemap_coalesce
cargo +nightly fuzz run rangemap_inclusive_coalesce
cargo +nightly fuzz run rangemap_gaps
cargo +nightly fuzz run rangemap_inclusive_gaps
```