smallqueue 0.1.0

A queue with a no-alloc optimization when the size is 1 or 0.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "smallqueue"
version = "0.1.0"
dependencies = [
 "through",
]

[[package]]
name = "through"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c4672fd4325fc09e44bf8ea12a1143ee168896e133d3d0a33cc9db4998bcdc6"