bytes-handoff 1.0.0

Incremental async byte ingestion and bounded owned write handoff.
Documentation
1
2
3
4
5
6
7
8
#[cfg(feature = "bench-tools")]
include!("../../bench/workloads/stream_harness.rs");

#[cfg(not(feature = "bench-tools"))]
fn main() {
    eprintln!("bench_stream_harness requires --features bench-tools");
    std::process::exit(1);
}