queue-queue

Crates.ioqueue-queue
lib.rsqueue-queue
version0.2.2
sourcesrc
created_at2024-05-06 02:27:23.380623
updated_at2024-06-08 22:30:15.656245
descriptionA priority queue implementation based on Rust's BinaryHeap
homepagehttps://github.com/naomijub/queue-queue
repositoryhttps://github.com/naomijub/queue-queue
max_upload_size
id1230713
size71,326
Julia Naomi (naomijub)

documentation

README

queue-queue

codecov

Name inspired by the sound birds make "cuckoo"

A simple priority queue crate that supports defining the priority of an element with zero default dependencies. All queues depend on 2 types P the priority, that implements PartialOrd + PartialEq + Eq and T the value, that implements PartialEq + Eq.

All priority queues implement the trait PriorityQueue from prelude, and the available queues are:

Commit count: 30

cargo fmt