cache-busters

Crates.iocache-busters
lib.rscache-busters
version0.1.2
created_at2024-11-18 06:07:07.481468+00
updated_at2024-12-16 11:21:59.35667+00
descriptionCreate a struct with the hashes of files for cache busting
homepagehttps://github.com/bionic-gpt/cache-busters
repositoryhttps://github.com/bionic-gpt/cache-busters/
max_upload_size
id1451832
size8,082
(9876691)

documentation

README

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.
Commit count: 8

cargo fmt