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