Module cache_buster::filemap [−][src]
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; fn main(){ let files = Files::new(CACHE_BUSTER_DATA_FILE); }
Structs
Files | Filemap struct |