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