rangemap 0.1.3

Map data structure 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
#!/bin/bash

set -ex

cargo test
cargo run --example roster
cargo fmt
cargo clippy --bins --examples --tests --benches -- -D warnings