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::Integeriser
and two implementations of this traitintegeriser::{BTreeIntegeriser, HashIntegeriser}
.