srvzio 1.1.1

An helpful crate to implement services
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod service;
pub mod status;
pub mod manager;
pub mod utils;

pub use service::Service;
pub use status::*;
pub use manager::ServiceManager;

#[cfg(test)]
mod test;