1 2 3
pub const ANSI_RESET: &[u8] = b"\x1b[0m"; pub const ANSI_PATH: &[u8] = b"\x1b[35m\x1b[1m"; pub const ANSI_LINE: &[u8] = b"\x1b[32m";