pub type ResourceMap = HashMap<Url, Resource>;
Newtype wrapper around HashMap, mapping between resource URLs and the downloaded file contents
HashMap
pub struct ResourceMap { /* private fields */ }