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
17
18
[package]
name = "keyed_priority_queue"
version = "0.4.2"
authors = ["AngelicosPhosphoros <xuzin.timur@gmail.com>"]
edition = "2021"
description = "Priority queue that support changing priority or early remove by key"
license = "MIT"
readme = "../Readme.md"
categories = ["data-structures"]
keywords = ["priority", "queue", "keyed", "binary", "heap"]
repository = "https://github.com/AngelicosPhosphoros/keyed_priority_queue"
documentation = "https://docs.rs/keyed_priority_queue"
rust-version = "1.63"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
indexmap = "2.1.0"