bb-runtime 0.3.4

Sans-IO engine for the bytesandbrains framework — Node, Engine, Framework, Backends, roles, snapshot, runtime-side syscalls.
1
2
3
4
5
6
7
8
//! `AnyComponent`, `ErasedComponent`, `ComponentPackage`,
//! `RestoreError` — the component-instance handle the engine stores
//! and the bridge by which derives expose serialize/restore +
//! downcast.
//!
//! Canonical home for `bb-runtime`.

pub use bb_ir::component::*;