An open API service indexing awesome lists of open source software.

https://github.com/pyfisch/rust-media-types


https://github.com/pyfisch/rust-media-types

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# rust-media-types
[![Build Status](https://travis-ci.org/pyfisch/rust-media-types.svg?branch=master)](https://travis-ci.org/pyfisch/rust-media-types)
[![Coverage Status](https://coveralls.io/repos/pyfisch/rust-media-types/badge.svg)](https://coveralls.io/r/pyfisch/rust-media-types)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
[![crates.io](http://meritbadge.herokuapp.com/media-types)](https://crates.io/crates/media-types)

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.