idmap

Crates.ioidmap
lib.rsidmap
version0.3.5
created_at2017-08-16 16:50:34.329083+00
updated_at2025-12-29 05:17:34.957708+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
size108,174
(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