Expand description

Module describing runtime compoenet for fetching modified filenames

Add the following tou your program to load the filemap during compiletime:

use cache_buster::Files;
use cache_buster::CACHE_BUSTER_DATA_FILE;

let files = Files::new(CACHE_BUSTER_DATA_FILE);

Structs

Filemap struct