Adding stackstring library as a dependency
Run this command in a terminal, in your project's directory:
cargo add stackstring
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
stackstring = "0.4.4"
The stackstring library will be automatically available globally.
Read the stackstring library documentation.