Module queue_queue::rusty
source · Structs§
- A priority queue implementation based on Rust’s
BinaryHeap
. Templated withP
for priority andT
for data. - An
IntoIterator
struct forRustyPriorityQueue
- An Iterator struct for
RustyPriorityQueue
BinaryHeap
.
Templated with P
for priority and T
for data.IntoIterator
struct for RustyPriorityQueue
RustyPriorityQueue