bb-ops 0.3.4

Canonical concrete components for the bytesandbrains framework — syscalls, wire transport, backends, protocols, role implementations.
1
2
3
4
5
6
7
//! Structural syscalls - `PassThrough`, `Tee`, `Constant`. These
//! components self-register via `inventory::submit!`; the module
//! tree just declares each sub-module so the linker pulls them in.

pub mod constant;
pub mod pass_through;
pub mod tee;