rust-slotmap 1.0.6-1 source package in Ubuntu

Changelog

rust-slotmap (1.0.6-1) unstable; urgency=medium

  * Package slotmap 1.0.6 from crates.io using debcargo 2.5.0

 -- James McCoy <email address hidden>  Mon, 12 Sep 2022 20:00:17 -0400

Upload details

Uploaded by:
Rust Maintainers
Uploaded to:
Sid
Original maintainer:
Rust Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
rust-slotmap_1.0.6-1.dsc 2.4 KiB accf57078de7a12a57cd3ad0e85c917eed72ebd67448d4a59b407086c0841b21
rust-slotmap_1.0.6.orig.tar.gz 57.6 KiB e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342
rust-slotmap_1.0.6-1.debian.tar.xz 2.9 KiB b9aedd3455e2834f993023872f27c49924cd80007a897442d5cd9c1a7962f0d5

No changes file available.

Binary packages built by this source

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