8 releases

Uses new Rust 2024

0.3.0 May 18, 2025
0.2.0 May 5, 2025
0.1.5 Jun 12, 2024
0.1.3 May 29, 2024

#373 in Email

Download history

455 downloads per month
Used in http-srv

GPL-3.0-only

8KB
105 lines

Mime Type crate

This crate contains utils to work with MIME types.

Example

use rmime::Mime;

let mime = Mime::from_filename("my_video.mp4").unwrap();
assert_eq!(mime.to_string(), "video/mp4");

RMime

MIME Type utils for Rust

No runtime deps