pub type AssetManifest = Arc<DashMap<String, String>>;
Shared asset manifest mapping original paths to hashed paths
pub struct AssetManifest { /* private fields */ }