Thanks to visit codestin.com
Credit goes to lib.rs

Adding string_art library as a dependency

Run this command in a terminal, in your project's directory:

cargo add string_art

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

string_art = "0.1.0-alpha.1"

The string_art library will be automatically available globally. Read the string_art library documentation.

Back to the crate overview.