Function hamlet::util::identifier_to_tag_name [] [src]

pub fn identifier_to_tag_name<'a, T>(s: T) -> Cow<'a, str> where T: Into<Cow<'a, str>>

Internally used by the macro to hyphenate camel-cased attribute names.