diff --git a/README.md b/README.md index 6c99f46..cf4a50a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,21 @@ # Ansi Stream + +

+ + Crates.io + + + Crates.io Downloads + + Rust Stable + + License + + + GitHub Actions Workflow Status + +

+ Write blazingly fast, free allocation ansi escape codes to a buffer, and flushes them all to any output stream. Supports 8/16 colors, 256 colors, RGB color rendering output. ## ANSI Escape Codes for Terminal Graphics @@ -117,4 +134,4 @@ Benchmark 1: .\truecolor.exe ## References -### [Ansi Escape Codes](https://en.wikipedia.org/wiki/ANSI_escape_code) \ No newline at end of file +### [Ansi Escape Codes](https://en.wikipedia.org/wiki/ANSI_escape_code)