Skip to main content

bb_runtime/syscall/
mod.rs

1//! Foundation `SlotValue` impls - `PeerIdValue`, `WireReqIdValue`,
2//! `TriggerValue`, `BytesValue`, `CommandIdValue`. The polymorphism
3//! layer every syscall component consumes; kept in bb-runtime so
4//! components in bb-ops link against a single canonical source.
5
6pub mod values;