interstice-sdk-core 0.5.0

Core SDK utilities used by Interstice modules and macros
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod caps;
pub mod context;
pub mod host_calls;
pub mod module_toml;
pub mod registry;
pub mod table_row;

pub use caps::*;
pub use context::*;
pub use host_calls::*;
pub use table_row::TableRow;