kickable 0.5.39

kickable is a crate created to answer the age old question... Can I kick it?
Documentation
1
2
3
4
5
6
7
pub mod cli;
pub mod client;
pub mod service;

pub type Result<T> = std::result::Result<T, &'static str>;

const DEFAULT_CFG: &str = "/etc/kickable/config";