1 2 3 4 5
#![allow(missing_docs)] use anstyle::*; pub const ERROR: Style = AnsiColor::Red.on_default().effects(Effects::BOLD); pub const WARN: Style = AnsiColor::Yellow.on_default().effects(Effects::BOLD);