keyed_priority_queue 0.4.2

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
15
16
[dependencies.indexmap]
version = "2.1.0"

[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 = "2021"
keywords = ["priority", "queue", "keyed", "binary", "heap"]
license = "MIT"
name = "keyed_priority_queue"
readme = "Readme.md"
repository = "https://github.com/AngelicosPhosphoros/keyed_priority_queue"
rust-version = "1.63"
version = "0.4.2"