Data-structures that represent values by unique integers.
BSD-3-clause
- see
src/lib.rs - generate HTML-documentation with
cargo doc
- Include the crate in your rust project by adding
to the
integeriser = { git = "https://github.com/tud-fop/rust-integeriser.git" }[dependencies]in yourCargo.toml. - The crate contains a trait
integeriser::Integeriserand two implementations of this traitintegeriser::{BTreeIntegeriser, HashIntegeriser}.