Re-exports§
pub use table_row::TableRow;pub use caps::*;pub use context::*;pub use host_calls::*;
Modules§
- caps
- Capability markers (
ReadFoo, …) from#[table]and tuple composition for context generics. - context
- host_
calls - module_
toml - Binding TOML (
src/bindings/*.toml) parsing for the SDK. Lives here (notinterstice-abi) so the ABI stays plain serde/postcard types; this layer expands string shorthands like"layer"intointerstice_abi::ReducerTableRef(usingModuleSelection::Currentfor one-segment paths). - registry
- table_
row - Row struct metadata shared by
#[table]and schema registration.