tricorder 0.10.0

Automation, the KISS way, no YAML involved.
Documentation
1
2
3
4
5
6
7
//! Available **tricorder** tasks.

pub mod download;
pub mod exec;
pub mod info;
pub mod module;
pub mod upload;