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;