meerkat-runtime 0.5.2

v9 runtime control-plane for Meerkat agent lifecycle
Documentation
1
2
3
4
5
6
7
//! Runtime driver implementations.

pub mod ephemeral;
pub mod persistent;

pub use ephemeral::{EphemeralRuntimeDriver, PostAdmissionSignal};
pub use persistent::PersistentRuntimeDriver;