priority-queue 1.4.0

A Priority Queue implemented as a heap with a function to efficiently change the priority of an item.
Documentation
[build-dependencies.autocfg]
version = "1"
[dependencies.indexmap]
version = "1"

[dependencies.serde]
optional = true
version = "1"
[dev-dependencies.hashbrown]
version = "0.13"

[dev-dependencies.serde]
features = ["derive"]
version = "1"

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.serde_test]
version = "1"

[dev-dependencies.uuid]
features = ["v4", "serde"]
version = "1"

[features]
benchmarks = []

[package]
authors = ["Gianmarco Garrisi <gianmarcogarrisi@tutanota.com>"]
build = "build.rs"
categories = ["data-structures", "algorithms"]
description = "A Priority Queue implemented as a heap with a function to efficiently change the priority of an item."
documentation = "https://docs.rs/priority-queue"
edition = "2018"
keywords = ["priority", "queue", "heap"]
license = "LGPL-3.0 OR MPL-2.0"
name = "priority-queue"
readme = "README.md"
repository = "https://github.com/garro95/priority-queue"
version = "1.4.0"