meerkat-runtime 0.4.10

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;
pub use persistent::PersistentRuntimeDriver;