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