keyed_priority_queue 0.1.1

Priority queue that support changing priority or early remove by key
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[package]
authors = ["AngelicosPhosphoros <xuzin.timur@gmail.com>"]
categories = ["data-structures"]
description = "Priority queue that support changing priority or early remove by key"
documentation = "https://docs.rs/keyed_priority_queue"
edition = "2018"
keywords = ["priority", "queue", "keyed", "binary", "heap"]
license = "MIT"
name = "keyed_priority_queue"
readme = "README.md"
repository = "https://github.com/AngelicosPhosphoros/keyed_priority_queue"
version = "0.1.1"