macro_rules! ansi {
($( $l:expr ),*) => { ... };
}Expand description
Convert a string literal to an ANSI escape sequence. See: https://github.com/crossterm-rs/crossterm/blob/7e1279edc57a668e98211043710022b2bfa4b3a8/src/macros.rs#L1-L6
macro_rules! ansi {
($( $l:expr ),*) => { ... };
}Convert a string literal to an ANSI escape sequence. See: https://github.com/crossterm-rs/crossterm/blob/7e1279edc57a668e98211043710022b2bfa4b3a8/src/macros.rs#L1-L6