rust-colors
A library for parsing ANSI Strings to colors. Built in Rust, open source and easy to use. Underneath are some examples of how you could use the functions.
You can reach out to me on Discord: RedIsGaming
Example color functions main program
Here is an example of how the main program can look:
use ;
rust-colors options to choose from
Black,
Red,
Green,
Yellow,
Blue,
Purple,
Cyan,
White,
Default,
Author
Language(s) and tools
- Rust
- VSCode
- rust-analyzer (extension)
- Even Better TOML (extension)
- Error Lens (extension)
- crates (extension)
- Cargo
- clippy (feature)
- fmt (feature)
License
Status
Contact
How to use this project?
How to run?
First clone the rust-colors project to any location you desire.
git clone https://github.com/RedIsGaming/rust-colors.git
Then switch to that directory and run Cargo.
cd rust-colors
cargo run