mimee 0.2.0

A simple crate for detection of a file's MIME type by its extension.
Documentation
1
2
3
4
5
/// This module re-exports the `MimeDict` struct from the `mime_dict` module.
pub mod mime_dict;

// Re-export MimeDict so it's accessible from the crate root
pub use mime_dict::MimeDict;