lupp 0.1.3

Commandline tool for colorizing logs
Documentation
1
2
3
4
5
6
7
8
mod style;
mod theme;

pub use style::{Style, StyleBuilder};
pub use theme::Theme;

#[cfg(test)]
pub(crate) use theme::tests::mock_theme;