mimee/
lib.rs

1/// This module re-exports the `MimeDict` struct from the `mime_dict` module.
2pub mod mime_dict;
3
4// Re-export MimeDict so it's accessible from the crate root
5pub use mime_dict::MimeDict;