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