timed-queue 0.2.2

Maintain a queue of items based on the time they should be returned
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "timed-queue"
version = "0.2.2"
authors = ["Brennan Vincent <brennan@umanwizard.com>"]
edition = "2018"
license = "MIT"
description = "Maintain a queue of items based on the time they should be returned"
repository = "https://github.com/umanwizard/timed-queue"

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

[dependencies]
tokio = {version = "1", features = ["full"]}