rust-indexmap 1.2.0-1 source package in Ubuntu

Changelog

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

  * Package indexmap 1.2.0 from crates.io using debcargo 2.4.0

 -- Wolfgang Silbermayr <email address hidden>  Sat, 28 Sep 2019 11:00:16 +0200

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

Downloads

File Size SHA-256 Checksum
rust-indexmap_1.2.0-1.dsc 2.5 KiB 27116f045bf03dd8131cbf377f05de776bbd0ad27e440bc3ec0084b70a5cfb11
rust-indexmap_1.2.0.orig.tar.gz 45.0 KiB a61202fbe46c4a951e9404a720a0180bcf3212c750d735cb5c4ba4dc551299f3
rust-indexmap_1.2.0-1.debian.tar.xz 3.0 KiB 058788c67f00fbb13d9727bf8463eaed257b8681f45d76a5d440be2206ed4c2e

Available diffs

No changes file available.

Binary packages built by this source

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

 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 "rayon" for the Rust indexmap crate, by
 pulling in any additional dependencies needed by that feature.

librust-indexmap+serde-dev: No summary available for librust-indexmap+serde-dev in ubuntu groovy.

No description available for librust-indexmap+serde-dev in ubuntu groovy.

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.