AssetManifest

Type Alias AssetManifest 

Source
pub type AssetManifest = Arc<DashMap<String, String>>;
Expand description

Shared asset manifest mapping original paths to hashed paths

Aliased Typeยง

pub struct AssetManifest { /* private fields */ }