Docs.rs
collections-more-0.1.4
collections-more 0.1.4
Permalink
Docs.rs crate page
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
mfournial
Dependencies
Versions
64.29%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module priority_queue
collections_
more
0.1.4
Module priority_
queue
Module Items
Structs
In collections_
more::
queue
collections_more
::
queue
Module
priority_
queue
Copy item path
Source
Structs
ยง
Priority
Queue
A priority queue implementation based on an unbounded max heap. The elements are ordered by implementation of the PartialOrd trait with the biggest element readable in
O(1)
time