Crate ya_runtime_sdk[][src]

Re-exports

pub use ya_runtime_api as runtime_api;
pub use cli::Command;

Modules

Structs

Runtime execution context

Runtime event emitter

Command execution handler

Enums

Defines the mode of execution for commands within the runtime.

Traits

Wraps command lifecycle in the following manner:

Command handling interface for runtimes

Runtime definition trait. Auto-generated via #[derive(RuntimeDef)]

Functions

Starts the runtime

Starts the runtime using a custom environment configuration provider

Type Definitions