foundry_common/io/
style.rs

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