bustdir 0.4.1

Read a directory and generate cache-busting hashes for it
Documentation
1
2
3
4
fn main() {
    let bust = bustdir::BustDir::new("./test/").unwrap();
    eprintln!("{bust:#?}");
}