bb-ops 0.3.4

Canonical concrete components for the bytesandbrains framework — syscalls, wire transport, backends, protocols, role implementations.
1
2
3
4
5
//! Network components - `wire.Send` + `wire.Recv` (the transport
//! primitives) live here per Each component
//! self-registers via `inventory::submit!`.

pub mod wire;