libcli-rs 0.1.4

libcli-rs, a common library for CLI development
Documentation
1
2
3
4
5
6
7
8
#[macro_use]
extern crate anyhow;
extern crate proc_macro;

pub mod macrorule;
pub mod output;
pub mod progress;
pub mod result;