priority-queue-rs 0.1.26

Priority Queue is more specialized data structure than Queue. Like ordinary queue, priority queue has same method but with a major difference. In Priority queue items are ordered by key value so that item with the lowest value of key is at front and item with the highest value of key is at rear or vice versa. So we're assigned priority to item based on its key value. Lower the value, higher the priority. Following are the principal methods of a Priority Queue.
Documentation
Build #394274 2021-05-30 16:53:30
# rustc version
rustc 1.54.0-nightly (b663c0f4f 2021-05-29)# docs.rs version
docsrs 0.6.0 (c2d325f 2021-05-02)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/priority-queue-rs-0.1.26/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/priority-queue-rs-0.1.26/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--cpus" "2" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs\"" "-j2" "--" "-Z" "unstable-options" "--emit=invocation-specific" "--resource-suffix" "-20210529-1.54.0-nightly-b663c0f4f" "--static-root-path" "/" "--cap-lints" "warn" "--disable-per-crate-search", kill_on_drop: false }`
[INFO] [stdout] 0ccc3c57f37a7af1e8bedb953bcf476e8687e637f980caa5d44ccd54bf98cac8
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "0ccc3c57f37a7af1e8bedb953bcf476e8687e637f980caa5d44ccd54bf98cac8", kill_on_drop: false }`
[INFO] [stderr]  Documenting priority-queue-rs v0.1.26 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 0.73s
[INFO] running `Command { std: "docker" "inspect" "0ccc3c57f37a7af1e8bedb953bcf476e8687e637f980caa5d44ccd54bf98cac8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0ccc3c57f37a7af1e8bedb953bcf476e8687e637f980caa5d44ccd54bf98cac8", kill_on_drop: false }`
[INFO] [stdout] 0ccc3c57f37a7af1e8bedb953bcf476e8687e637f980caa5d44ccd54bf98cac8