ya-runtime-api 0.7.0

Communication API between the Runtime and ExeUnit Supervisor. Provides server implementation for Runtime and client implementation for Supervisor.
Documentation
1
2
3
4
5
6
pub mod deploy;

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

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