Trevor Sullivan

The "colored" crate for Rust helps you print out colored text for terminal applications. I use it along with the "inquire" crate to make very simple, interactive applications in Rust. 🦀🦀 Simply import the "Colorize" trait, and you get some extra functions to change colors on &str and String types in your Rust application! Check out the official documentation for more examples and reference docs: docs.rs/colored/latest/colored/

4 months ago | [YT] | 73