pub type Attributes<'a> = HashMap<Cow<'a, str>, Cow<'a, str>>;
pub struct Attributes<'a> { /* private fields */ }