myrmidon 0.0.1

Remote cmd / shell handler
Documentation
1
2
3
4
5
6
7
8
mod myrmidon;
pub use myrmidon::Myrmidon;

mod task;
pub use task::Task;

mod tasks;
pub use tasks::Tasks;