pipe-io 1.0.0

Typed source-transform-sink pipelines with backpressure, batching, windowing, and per-stage error isolation. A lightweight runtime-agnostic stream processor for in-process workloads. The missing middle ground between raw iterators and full distributed stream processing.
Documentation
# pipe-io - Documentation

Reference documentation for the `pipe-io` crate.

## Sections

- [User guide (`GUIDE.md`)]./GUIDE.md - patterns and how-tos.
- [API reference (`API.md`)]./API.md - the public API surface.
- [Benchmarks (`BENCH.md`)]./BENCH.md - methodology and numbers.
- [Migration guide (`MIGRATION.md`)]./MIGRATION.md - per-version upgrade notes.
- [Release notes (`release/`)]./release/ - per-version notes.

For the project specification (the binding public surface) see
[`REPS.md`](../REPS.md) at the repository root. For runnable
example code see the [`examples/`](../examples/) directory.

## License

Licensed under the Apache License, Version 2.0.

Copyright (C) 2026 James Gober.