pub type Metadata = HashMap<String, String>;
Metadata aliased as a hash-map with
pub struct Metadata { /* private fields */ }