8 releases
0.1.7 | Jul 18, 2022 |
---|---|
0.1.6 | Jul 15, 2022 |
#231 in No standard library
32 downloads per month
Used in nalgebra_latex
16KB
197 lines
More types for mime
What is mime
library?
At the moment of writing, mime
is the most widely used MIME types library on crates.io with over 39.4M all-time downloads and over 5.5M recent downloads.
Its notable dependents are
Even though mime
- doesn't have a README.md on crates.io;
- hasn't been updated for two years
- doesn't support all MIME types listed in RFC 6838 by IETF;
- has last published version at https://github.com/hyperium/mime/tree/e3e7444ca607ff87cd1475455c26876b936af77a instead of latest commit;
it is nonetheless a reasonably well documented library that has been proven to be well suitable for many projects by its use.
What does mime_typed
bring to the table?
This library allows writing code generic over MIME types easier and has opt-in support for mime
. With mime_support
feature enabled, traits obtain new functions for returning instances of mime
library types.
With evcxr_support
feature, the crate also offers support for evcxr
Rust kernel for Jupyter Notebook.
The types offered by library are zero-sized.
Opt-in support for other projects may be considered as well.
License
Licensed under either of Apache License, Version 2.0 or MIT license at your option.Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Dependencies
~10KB