narrate 0.4.2

narrate is a set of CLI app utilities for error handling and status reporting
Documentation
1
2
3
4
5
6
7
mod chain;
mod cli_error;
mod error;
mod exit_code;
mod report;
pub(crate) mod util;
mod wrap;