软件包:librust-slotmap-dev(1.0.7-1)
Slotmap data structure - Rust source code
A Rust library providing three containers with persistent unique keys to access stored values, `SlotMap`, `HopSlotMap` and `DenseSlotMap`. Upon insertion a key is returned that can be used to later access or remove the values. Insertion, deletion and access all take O(1) time with low overhead. Great for storing collections of objects that need stable, safe references but have no clear ownership otherwise, such as game entities or graph nodes. Two secondary maps, `SecondaryMap` and `SparseSecondaryMap` are also provided that allow you to map further objects to the keys created by one of the slot maps. Source code for Debianized Rust crate "slotmap"
其他与 librust-slotmap-dev 有关的软件包
|
|
|
|
-
- dep: librust-serde-1 alloc-dev
- 软件包暂时不可用
-
- dep: librust-serde-1 derive-dev
- 软件包暂时不可用
-
- dep: librust-version-check-0.9 default-dev
- 软件包暂时不可用