clerr 0.11.0

This library aids in command-line error reporting.
Documentation
1
2
3
4
5
6
7
8
9
10
pub use properties::*;
pub use report::*;
pub use token_info::*;

mod properties;
mod report;
mod token_info;

pub(crate) mod entry;
pub(crate) mod util;