nooriro

Results 1 issues of nooriro

### Cargo.toml ```toml [package] name = "anstream-test" version = "0.1.0" edition = "2021" [dependencies] anstream = "0.6.18" ``` ### src/main.rs ```rust use anstream::{print, println}; fn main() { print!("\x1b[90m(print!) This text...

C-bug
A-stream