[go: up one dir, main page]

indexmap 1.3.2

A 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 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.
Documentation
Build #218832 2020-02-05 18:54:11
# rustc version
rustc 1.43.0-nightly (c9290dcee 2020-02-04)# docs.rs version
docsrs 0.6.0 (4abae1a 2020-02-02)# build log
[INFO] running `"docker" "create" "-v" "/home/cratesfyi/workspace/builds/indexmap-1.3.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/indexmap-1.3.2/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1001" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=-Z unstable-options --resource-suffix -20200204-1.43.0-nightly-c9290dcee --static-root-path / --extern-html-root-url fnv=https://docs.rs/fnv/1.0.6 --extern-html-root-url serde_test=https://docs.rs/serde_test/1.0.104 --extern-html-root-url rand=https://docs.rs/rand/0.6.5 --extern-html-root-url lazy_static=https://docs.rs/lazy_static/1.4.0 --extern-html-root-url autocfg=https://docs.rs/autocfg/1.0.0 --extern-html-root-url itertools=https://docs.rs/itertools/0.8.2 --extern-html-root-url quickcheck=https://docs.rs/quickcheck/0.8.5" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "doc" "--lib" "--no-deps" "--features" "serde-1 rayon"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 89d045f13c80a761b8dae681b8035023f4d782b6582b68a68fa2e9a15786eb3e
[INFO] running `"docker" "start" "-a" "89d045f13c80a761b8dae681b8035023f4d782b6582b68a68fa2e9a15786eb3e"`
[INFO] [stderr]    Compiling autocfg v0.1.7
[INFO] [stderr]    Compiling semver-parser v0.7.0
[INFO] [stderr]     Checking cfg-if v0.1.10
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]    Compiling libc v0.2.66
[INFO] [stderr]     Checking scopeguard v1.0.0
[INFO] [stderr]    Compiling rayon-core v1.7.0
[INFO] [stderr]    Compiling autocfg v1.0.0
[INFO] [stderr]    Compiling serde v1.0.104
[INFO] [stderr]     Checking either v1.5.3
[INFO] [stderr]    Compiling semver v0.9.0
[INFO] [stderr]    Compiling crossbeam-utils v0.7.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.8.0
[INFO] [stderr]    Compiling indexmap v1.3.2 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling rustc_version v0.2.3
[INFO] [stderr]    Compiling memoffset v0.5.3
[INFO] [stderr]     Checking num_cpus v1.12.0
[INFO] [stderr]     Checking crossbeam-queue v0.2.1
[INFO] [stderr]     Checking crossbeam-deque v0.7.2
[INFO] [stderr]     Checking rayon v1.3.0
[INFO] [stderr]  Documenting indexmap v1.3.2 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/rayon/set.rs:500:27
[INFO] [stderr]     |
[INFO] [stderr] 500 | impl<T, S> ParallelExtend<(T)> for IndexSet<T, S>
[INFO] [stderr]     |                           ^^^ help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_parens)]` on by default
[INFO] [stderr] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 12.77s
[INFO] running `"docker" "inspect" "89d045f13c80a761b8dae681b8035023f4d782b6582b68a68fa2e9a15786eb3e"`
[INFO] running `"docker" "rm" "-f" "89d045f13c80a761b8dae681b8035023f4d782b6582b68a68fa2e9a15786eb3e"`
[INFO] [stdout] 89d045f13c80a761b8dae681b8035023f4d782b6582b68a68fa2e9a15786eb3e