[package] name = "dotreds-binary-heap-plus" version = "1.0.3" authors = ["SEKINE, Hideki "] description = "Enhanced version of std::collections::BinaryHeap that supports max, min, and custom-order heaps. Makes some previously internal function public" license = "MIT" repository = "https://github.com/sekineh/binary-heap-plus-rs" readme = "README.md" keywords = ["binary", "heap", "priority", "queue"] categories = ["data-structures", "algorithms", ] edition = "2018" [dependencies] compare = "0.1.0" [dev-dependencies] rand = "0.7.3" [badges] # TODO: waiting for PR to land...: https://github.com/rust-lang/crates.io/pull/1838# # github-actions = { repository = "sekineh/binary-heap-plus-rs", workflow = "Rust" }