pub fn generate(assets_dir: impl AsRef<Path>)Expand description
Scan assets_dir and write the typed assets module to
$OUT_DIR/rosace_assets.rs. Call from build.rs. Uses the default handle
type path rosace::asset::Asset; see generate_with to override it.