rangemap 0.1.6

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
#[cfg(feature = "skeptic")]
extern crate skeptic;

fn main() {
    // Generate doc tests for `README.md`.
    #[cfg(feature = "skeptic")]
    skeptic::generate_doc_tests(&["README.md"]);
}