flyby 0.1.1

A high-performance Rust framework for composable data-ingestion pipelines.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# flyby::net

Networking backends for FlyBy.

## Status

| Component | Status |
|-----------|--------|
| `SimulatedNetSource` | **Implemented** (always available) |
| `RawBatch` / config types | **Implemented** |
| AF_XDP | Stub (`af_xdp` feature) — returns `NotImplemented` |
| DPDK | Stub (`dpdk` feature) — returns `NotImplemented` |

Real AF_XDP/DPDK bindings are deferred (ADR-0002, ADR-0004).