queuecheck 0.1.0

A queue testing and benchmarking library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]

name = "queuecheck"
authors = ["Kyle Mayes <kyle@mayeses.com>"]

version = "0.1.0"

readme = "README.md"
license = "Apache-2.0"

description = "A queue testing and benchmarking library."

documentation = "https://kylemayes.github.io/queuecheck/queuecheck"
repository = "https://github.com/KyleMayes/queuecheck"

[dependencies]

clippy = { version = "0.0.*", optional = true }