interval-heap 0.0.1

A double-ended priority queue implemented with an interval heap
[package]

name = "interval-heap"
version = "0.0.1"
license = "MIT/Apache-2.0"
description = "A double-ended priority queue implemented with an interval heap"
authors = [
    "Stepan Koltsov <stepan.koltsov@gmail.com>",
]

repository = "https://github.com/contain-rs/interval-heap"
homepage = "https://github.com/contain-rs/interval-heap"
documentation = "https://contain-rs.github.io/interval-heap/interval-heap"
keywords = ["data-structures"]
readme = "README.md"

[dependencies]
compare = "*"

[dev-dependencies]
rand = "*"