rust-id-arena 2.2.1-2 source package in Ubuntu

Changelog

rust-id-arena (2.2.1-2) unstable; urgency=medium

  * update dh-cargo fork

 -- Jonas Smedegaard <email address hidden>  Sat, 19 Aug 2023 20:45:34 +0200

Upload details

Uploaded by:
Jonas Smedegaard
Uploaded to:
Sid
Original maintainer:
Jonas Smedegaard
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
rust-id-arena_2.2.1-2.dsc 2.1 KiB dcdbdd5902a0348029f968673629ba2c09d2fe307c5743489dcb96db44c51a0e
rust-id-arena_2.2.1.orig.tar.gz 11.6 KiB 86c20b2beefdf045c2dd7d1ae1d580e0b9c024808e482fc680bb7c6c7e6bc674
rust-id-arena_2.2.1-2.debian.tar.xz 11.2 KiB e13fc32f5a69631ea727489f7e53ee304b529a455c7fcdfe3ca77511e1f2c759

No changes file available.

Binary packages built by this source

librust-id-arena-dev: simple id-based arena - Rust source code

 id-arena is a library
 to allocate objects and get an identifier for that object back,
 not a reference to the allocated object.
 Given an id, you can get a shared or exclusive reference
 to the allocated object from the arena.
 This id-based approach is useful
 for constructing mutable graph data structures.
 .
 This package contains the source for the Rust id-arena crate,
 for use with cargo and dh-cargo.