idmap

Crates.ioidmap
lib.rsidmap
version0.3.0
created_at2017-08-16 16:50:34.329083+00
updated_at2025-09-21 00:26:42.029439+00
descriptionEfficient maps of integer id keys to values, backed by an underlying `Vec`
homepage
repositoryhttps://github.com/DuckLogic/intid.rs
max_upload_size
id27775
size49,159
(Techcable)

documentation

README

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.

Commit count: 111

cargo fmt