recstrm 0.0.1

Special purpose flow-controlled channel used to stream records.
Documentation
[dependencies.parking_lot]
version = "0.12.1"
[dev-dependencies.testtools]
version = "0.1.3"

[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread", "time"]
version = "1.35.1"

[package]
description = "Special purpose flow-controlled channel used to stream records."
edition = "2021"
exclude = [".fossil-settings", ".efiles", ".fslckout", "www", "rustfmt.toml"]
keywords = ["channel"]
license = "0BSD"
name = "recstrm"
readme = "README.md"
repository = "https://repos.qrnch.tech/pub/recstrm"
rust-version = "1.56"
version = "0.0.1"
[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]