mime icon indicating copy to clipboard operation
mime copied to clipboard

An alternative crate: `mediatype`

Open picoHz opened this issue 2 years ago • 1 comments

Hi. I noticed that currently there was no actively maintained mime-type parsing library for Rust so I made a new mediatype crate designed for the latest Rust ecosystem.

This is not compatible with mime crate. However, if you are interested in advanced features such as zero-copy parsing, try this crate 🙂 .

https://crates.io/crates/mediatype https://github.com/picoHz/mediatype

Feedback is welcome!

picoHz avatar Feb 20 '22 02:02 picoHz

@picoHz I'll definitely check it out. I've just created https://github.com/JohnScience/mime_typed and who knows if yours fits my case better than what I've written so far.

JohnScience avatar Jul 14 '22 08:07 JohnScience