Crate rohas_runtime

Crate rohas_runtime 

Source

Re-exports§

pub use error::Result;
pub use error::RuntimeError;
pub use executor::Executor;
pub use handler::Handler;
pub use handler::HandlerContext;
pub use handler::HandlerResult;
pub use rust_runtime::RustRuntime;

Modules§

error
executor
handler
node_runtime
python_runtime
rust_runtime

Macros§

register_rust_handler
Helper macro for registering Rust handlers.

Structs§

RuntimeConfig

Enums§

Language