bufstream-fresh 0.4.0

Fork of the bufstream crate. Buffered I/O for streams where each read/write half is separately buffered.
Documentation
[lib]
name = "bufstream_fresh"
path = "src/lib.rs"

[package]
authors = ["The Rust Project Developers", "Saul Hazledine"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = """
Fork of the bufstream crate. Buffered I/O for streams where each read/write half is separately buffered.
"""
documentation = "https://docs.rs/bufstream-fresh"
edition = "2024"
keywords = ["network", "io", "stream", "buffer"]
license = "MIT/Apache-2.0"
name = "bufstream-fresh"
readme = "README.md"
repository = "https://code.alienscience.org/alienscience/bufstream-fresh"
version = "0.4.0"