mime-0.3.11 has been yanked.
mime
Support MIME (Media Types) as strong types in Rust.
Usage
extern crate mime;
// common types are constants
let text = TEXT_PLAIN;
// deconstruct Mimes to match on them
match