4 releases

Uses old Rust 2015

0.2.0 Jan 16, 2016
0.1.2 Oct 18, 2015
0.1.1 Oct 18, 2015
0.1.0 Aug 17, 2015

#219 in Multimedia

MIT license

25KB
518 lines

rust-media-types

Build Status Coverage Status MIT licensed

Media Types also known as MIME types describe the nature of data they are used in email to describe the file type of attachments and in HTTP to to give the type of a resource.

The documentation is located at http://pyfisch.github.io/rust-media-types.


lib.rs:

Media Types also known as MIME types describe the nature of data they are used in email to describe the file type of attachments and in HTTP to to give the type of a resource.

There are many RFCs describing media types the two most important for this crate is [RFC 2046 - Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types] (https://tools.ietf.org/html/rfc2046).

Dependencies

~130KB