#hash #generate #reference #structure #cache #busting #flags

cache-busters

Create a struct with the hashes of files for cache busting

2 releases

0.1.2 Dec 16, 2024
0.1.0 Nov 18, 2024

#712 in Development tools

Download history 118/week @ 2024-11-13 44/week @ 2024-11-20 15/week @ 2024-11-27 36/week @ 2024-12-04 137/week @ 2024-12-11 39/week @ 2024-12-18 2/week @ 2024-12-25 4/week @ 2025-01-01 4/week @ 2025-01-08 5/week @ 2025-01-22 10/week @ 2025-01-29 114/week @ 2025-02-05

129 downloads per month

MIT license

7KB
122 lines

cache-busters

Generates a rust structure to reference your files and provide a hash.

To Create a Release

To create a new release, use the following command locally:

cargo release patch

Once you are ready, pass the --execute flag.

This will:

  • Bump the version number.
  • Create a git tag.
  • Push changes to the remote repository.
  • Trigger the GitHub Actions workflow to publish the crate.

Dependencies

~18KB