update Cargo.toml and README

This commit is contained in:
Pyfisch 2015-08-17 18:34:06 +02:00
parent 3d57590b88
commit b206cbc85b
3 changed files with 9 additions and 1 deletions

View File

@ -2,3 +2,9 @@
name = "charsets"
version = "0.1.0"
authors = ["Pyfisch <pyfisch@gmail.com>"]
description = "An enum representing all charset names commonly used."
readme = "README.md"
documentation = "http://pyfisch.github.io/rust-charsets/rust-charsets/index.html"
repository = "https://github.com/pyfisch/rust-charsets"
license = "MIT"
keywords = ["http", "charset", "encoding", "mime", "media-types"]

View File

@ -4,6 +4,8 @@
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
[![crates.io](http://meritbadge.herokuapp.com/rust-charsets)](https://crates.io/crates/rust-charsets)
The documentation is located at http://pyfisch.github.io/rust-charsets/
The crate provides an enum representing all charset names used in Media Types
and HTTP header values. The list can be found at [the IANA Character Sets
registry](http://www.iana.org/assignments/character-sets/character-sets.xhtml).

View File

@ -1,4 +1,4 @@
#![deny(missing_docs)]
#![cfg_attr(test, deny(missing_docs))]
#![cfg_attr(test, deny(warnings))]
//! The crate provides an enum representing all charset names used in Media Types