elfo-core 0.2.0-alpha.21

The core of the elfo system
Documentation
1
2
3
4
5
6
7
pub mod config;

mod backoff;
mod restart_policy;

pub(crate) use self::backoff::RestartBackoff;
pub use restart_policy::{RestartParams, RestartPolicy};