Crates.io | idmap |
lib.rs | idmap |
version | 0.3.0 |
created_at | 2017-08-16 16:50:34.329083+00 |
updated_at | 2025-09-21 00:26:42.029439+00 |
description | Efficient maps of integer id keys to values, backed by an underlying `Vec` |
homepage | |
repository | https://github.com/DuckLogic/intid.rs |
max_upload_size | |
id | 27775 |
size | 49,159 |
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.