Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
This commit adds badges to readme.md
  • Loading branch information
jgardona committed Jan 9, 2024
1 parent c4903cf commit be6de73
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
# Ansi Stream

<p align="center">
<a href="https://crates.io/crates/ansistream">
<img src="https://img.shields.io/crates/v/ansistream.svg" alt="Crates.io"/>
</a>
<a href="https://crates.io/crates/ansistream">
<img src="https://img.shields.io/crates/d/ansistream" alt="Crates.io Downloads"/>
</a>
<img src="https://img.shields.io/badge/rust-stable-orange" alt="Rust Stable"/>
<a href="https://opensource.org/licenses/MIT">
<img src="https://img.shields.io/crates/l/ansistream.svg" alt="License"/>
</a>
<a href="https://github.com/jgardona/ansistream/actions/workflows/rust.yml">
<img src="https://github.com/jgardona/ansistream/actions/workflows/rust.yml/badge.svg" alt="GitHub Actions Workflow Status"/>
</a>
</p>

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
Expand Down Expand Up @@ -117,4 +134,4 @@ Benchmark 1: .\truecolor.exe

## References

### [Ansi Escape Codes](https://en.wikipedia.org/wiki/ANSI_escape_code)
### [Ansi Escape Codes](https://en.wikipedia.org/wiki/ANSI_escape_code)

0 comments on commit be6de73

Please sign in to comment.