1
2
3
4
5
6
7
8
//! Formatting module.

pub mod banner;
pub mod gradient;
pub mod report;

#[cfg(feature = "terminal_size")]
pub mod term;