Thanks to visit codestin.com Credit goes to lib.rs
color
Run this command in a terminal, in your project's directory:
cargo add color
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
color = "0.3.2"
The color library will be automatically available globally. Read the color library documentation.
Back to the crate overview.