Crates.io | mime_typed |
lib.rs | mime_typed |
version | 0.1.7 |
source | src |
created_at | 2022-07-14 07:37:01.054115 |
updated_at | 2022-07-18 04:52:17.689811 |
description | More types for `mime` crate |
homepage | |
repository | https://github.com/JohnScience/mime_typed |
max_upload_size | |
id | 625504 |
size | 15,792 |
mime
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
it is nonetheless a reasonably well documented library that has been proven to be well suitable for many projects by its use.
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.