Crates.io | idmap |
lib.rs | idmap |
version | 0.2.21 |
source | src |
created_at | 2017-08-16 16:50:34.329083 |
updated_at | 2021-09-06 16:47:38.73788 |
description | Efficient maps of integer id keys to values, backed by an underlying `Vec` |
homepage | |
repository | https://github.com/Techcable/rust-idmap |
max_upload_size | |
id | 27775 |
size | 103,475 |
Efficient maps of integer id keys to values, backed by an underlying Vec
.
IntegerId
for enums and newtype structs
idmap-derive
proc_macro crateOrderMap
.
u32
needs to be stored.DirectIdMap
which doesn't preserve order,
and saves space when the ids of the map's keys are densly packed and mostly present.