idmap.rs
Efficient maps of integer id keys to values.
A DirectIdMap is a strongly typed wrapper around a Vec<Option<V>> lookup table,
and the DirectIdSet is a similar wrapper around a bitset.
Part of the intid.rs set of crates.
License
Licensed under either the Apache 2.0 License or MIT License at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.