ya-runtime-api 0.6.0

Communication API between the Runtime and ExeUnit Supervisor. Provides server implementation for Runtime and client implementation for Supervisor.
Documentation
pub mod deploy;

#[cfg(feature = "server")]
pub mod server;

pub const PROTOCOL_VERSION: &str = env!("CARGO_PKG_VERSION");