priority-queue 0.4.0

A Priority Queue implemented as a heap with a function to efficiently change the priority of an item.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "priority-queue"
version = "0.4.0"
authors = ["Gianmarco Garrisi <gianmarcogarrisi@tutanota.com>"]
description = "A Priority Queue implemented as a heap with a function to efficiently change the priority of an item."
repository = "https://github.com/garro95/priority-queue"
#readme = "README.rst"
keywords = ["priority", "queue", "heap"]
categories = ["data-structures", "algorithms"]
license = "LGPL-3.0"

[badges]
travis-ci = { repository = "garro95/priority-queue", branch = "master" }

[dependencies]
ordermap = "0.2.*"
serde = "1"
serde_test = "1"