bb-ops 0.3.5

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). Each component self-registers via
//! `inventory::submit!`.

pub mod wire;