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; fn main(){ let files = Files::load(); }
Structs
Files | Filemap struct |