An asynchronous single-consumer single-producer pipe for bytes, useful for streaming data.
# Cargo.toml
[dependencies]
piper = "0.2.5"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a pipe and write data asynchronously.
Use channels or other synchronization for multi-producer/consumer scenarios.
No dependency data recorded yet.