flyby 0.1.1

A high-performance Rust framework for composable data-ingestion pipelines.
Documentation
1
2
3
4
5
6
7
# flyby::core

Platform-independent contract layer: traits (`Source`, `Sink`, `Decoder`,
`Encode`, `Pipeline`, …), lifecycle, metrics, and errors.

No backend code and no `unsafe`. Changes that alter public contracts
require an ADR.