bb-runtime 0.3.3

Sans-IO engine for the bytesandbrains framework — Node, Engine, Framework, Backends, roles, snapshot, runtime-side syscalls.
1
2
3
4
5
6
//! Foundation `SlotValue` impls - `PeerIdValue`, `WireReqIdValue`,
//! `TriggerValue`, `BytesValue`, `CommandIdValue`. The polymorphism
//! layer every syscall component consumes; kept in bb-runtime so
//! components in bb-ops link against a single canonical source.

pub mod values;