info_utils 2.2.3

Utilities for displaying Options, Results, and logging in a pleasant manner
Documentation
1
2
3
4
5
6
7
8
9
//!# Output
//!
//! Includes `log!`, `warn!`, and `error!` macros

pub mod error;
pub mod log;
pub mod warn;

pub mod small;