[dependencies.bndpresbufq]
version = "0.1.4"
[dependencies.parking_lot]
version = "0.12.3"
[dependencies.rustc-hash]
version = "2.0.0"
[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.40.0"
[lib]
name = "bndpresbufch"
path = "src/lib.rs"
[lints.clippy.all]
level = "deny"
priority = -1
[lints.clippy.cargo]
level = "warn"
priority = -1
[lints.clippy.nursery]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "warn"
priority = -1
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["concurrency", "data-structures"]
description = "Bounds-preserving channel for passing buffers."
edition = "2021"
exclude = [".fossil-settings", ".efiles", ".fslckout", "www", "bacon.toml", "rustfmt.toml"]
keywords = ["channel"]
license = "0BSD"
name = "bndpresbufch"
readme = "README.md"
repository = "https://repos.qrnch.tech/pub/bndpresbufch"
rust-version = "1.56"
version = "0.1.2"
[[test]]
name = "basics"
path = "tests/basics.rs"
[[test]]
name = "closed"
path = "tests/closed.rs"
[[test]]
name = "force"
path = "tests/force.rs"
[[test]]
name = "managed"
path = "tests/managed.rs"