An addressable pairing heap implementation for Rust.
Allows to efficiently store elements associated with a key and access them via handles. Handles to elements make it possible to query and edit elements stored in the PairingHeap.
PairingHeap
Documentation: link crates.io: link