heapo 0.1.0

Very simple heap implementations in Rust
Documentation
1
2
3
pub mod pairing_heap;

pub use pairing_heap::PairingHeap;