blob: 35c406c05b89fff4eb1be95eb8eec71491d71615 [file] [log] [blame]
//! The Rust priority queue implemented with a binary heap
mod extend;
mod from_stream;
#[doc(inline)]
pub use std::collections::BinaryHeap;