Crate entropy_programs_core

Source
Expand description

This supports core traits and types for supporting new architectures and programs, and interfacing with them.

Re-exports§

pub use bindgen::Error;
pub use architecture::*;
pub use programs::*;

Modules§

architecture
Each transaction-like architecture should implement these.
bindgen
See the wit-bindgen Rust guest example for information on how to use this.
prelude
Includes items that should be imported into most scopes
programs
Contains traits that programs should implement, including Architecture-agnostic programs and generic programs.

Macros§

export_program
Declares the export of the component’s world for the given type.