watchmend 0.0.1

Watchmen is a daemon process manager that for you manage and keep your application online 24/7
Documentation
1
2
3
4
5
6
pub mod arg;
pub mod config;
pub mod handle;
pub mod task;
pub mod trait_arg;
pub mod trait_task;