Thu, 27 Jun 2024 04:23:57 UTC | login

Information for build rust-indexmap-1.0.2-2.fc30

ID76759
Package Namerust-indexmap
Version1.0.2
Release2.fc30
Epoch
SummaryHash table with consistent order and fast iteration
DescriptionA hash table with consistent order and fast iteration. 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 preservesinsertion 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.
Built bydavidlt
State complete
Volume DEFAULT
StartedSat, 01 Dec 2018 07:21:53 UTC
CompletedSat, 01 Dec 2018 07:21:53 UTC
Tags
f30
f31
RPMs
src
rust-indexmap-1.0.2-2.fc30.src.rpm (info) (download)
noarch
rust-indexmap+default-devel-1.0.2-2.fc30.noarch.rpm (info) (download)
rust-indexmap+serde-1-devel-1.0.2-2.fc30.noarch.rpm (info) (download)
rust-indexmap+serde-devel-1.0.2-2.fc30.noarch.rpm (info) (download)
rust-indexmap-devel-1.0.2-2.fc30.noarch.rpm (info) (download)
Changelog * Fri Oct 26 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.2-2 - Adapt to new packaging * Mon Oct 22 2018 Josh Stone <jistone@redhat.com> - 1.0.2-1 - Update to 1.0.2 * Mon Sep 10 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.1-5 - Bump quickcheck back * Mon Sep 10 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.1-4 - Bump quickcheck to 0.7 * Sat Jul 28 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.1-3 - Rebuild to trigger tests * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Sun Mar 25 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.1-1 - Update to 1.0.1 * Mon Mar 12 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.0-1 - Update to 1.0.0 * Sat Mar 10 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.1-1 - Initial package