rust-indexmap 1.7.0-1 source package in Ubuntu

Changelog

rust-indexmap (1.7.0-1) unstable; urgency=medium

  * Team upload.
  * Package indexmap 1.7.0 from crates.io using debcargo 2.5.0

 -- Sylvestre Ledru <email address hidden>  Sat, 01 Jan 2022 21:13:18 +0100

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
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
rust-indexmap_1.7.0-1.dsc 2.6 KiB ba7127f8e9b92a058addf295e86ef0a60947ac64936e2685345ea31d470a953d
rust-indexmap_1.7.0.orig.tar.gz 49.2 KiB bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5
rust-indexmap_1.7.0-1.debian.tar.xz 3.4 KiB b1301e6993d9f327ef127a3eb5fd1d45ffa09fe30cba69cc20a2675e9df2dc36

Available diffs

No changes file available.

Binary packages built by this source

librust-indexmap+rayon-dev: No summary available for librust-indexmap+rayon-dev in ubuntu kinetic.

No description available for librust-indexmap+rayon-dev in ubuntu kinetic.

librust-indexmap+serde-dev: Hash table with consistent order and fast iteration - feature "serde" and 1 more

 The indexmap is a hash table where the iteration order of the key-value pairs
 is independent of the hash values of the keys. It has the usual hash table
 functionality, it preserves insertion order except after removals, and it
 allows lookup of its elements by either hash table key or numerical index. A
 corresponding hash set type is also provided.
 This crate was initially published under the name ordermap, but it was renamed
 to indexmap.
 .
 This metapackage enables feature "serde" for the Rust indexmap crate, by
 pulling in any additional dependencies needed by that feature.
 .
 Additionally, this package also provides the "serde-1" feature.

librust-indexmap-dev: Hash table with consistent order and fast iteration - Rust source code

 The indexmap is a hash table where the iteration order of the key-value pairs
 is independent of the hash values of the keys. It has the usual hash table
 functionality, it preserves insertion order except after removals, and it
 allows lookup of its elements by either hash table key or numerical index. A
 corresponding hash set type is also provided.
 This crate was initially published under the name ordermap, but it was renamed
 to indexmap.
 .
 This package contains the source for the Rust indexmap crate, packaged by
 debcargo for use with cargo and dh-cargo.