A cache efficient immutable map and set with lookup performance equivalent to BTreeMap and BTreeSet, and fast batch insert and update methods, and efficient implementations of all basic set operations.
#![forbid(unsafe_code)]//! Immutable maps and sets. See map and set modules for details.
pub(crate)modchunk;pub(crate)modavl;pubmodmap;pubmodset;#[cfg(test)]modtests;