librust-slotmap-dev binary package in Ubuntu Noble amd64

 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.
 This package contains the source for the Rust slotmap crate, packaged by
 debcargo for use with cargo and dh-cargo.

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2023-10-23 22:30:24 UTC Published Ubuntu Noble amd64 release universe rust Optional 1.0.6-1
  • Published
  • Copied from ubuntu lunar-proposed amd64 in Primary Archive for Ubuntu