A library that aids in static asset cache busting with SHA-256 hashes
.github/workflows | ||
actix-example | ||
dist | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
CHANGELOG.md | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md |
Features
SHA-256
based name generation during compile-time- Processes files based on provided MIME filters
- Exposes modified names to program during runtime
Usage:
Add this to your Cargo.toml
:
cache-buster = { version = "0.1", git = "https://github.com/realaravinth/cache-buster" }
Examples:
See acix-example