http_cache_surf
Run this command in a terminal, in your project's directory:
cargo add http-cache-surf
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
http-cache-surf = "1.0.0-alpha.4"
The http_cache_surf library will be automatically available globally.
Back to the crate overview.