Forked from pyfisch/rust-charsets https://github.com/pyfisch/rust-charsets
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Emma Tebibyte f2920fe70f copyright header stuff 4 days ago
src copyright header stuff 4 days ago
.gitignore initial commit 8 years ago
.travis.yml new secret 8 years ago
Cargo.toml fixed minor issues 4 days ago
LICENSE improve tests, add code source to LICENSE 8 years ago
README.md new secret 8 years ago

README.md

rust-charsets

Build Status Coverage Status MIT licensed crates.io

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.

Charset names can be parsed from string, formatted to string and compared. Unregistered charsets are represented useing an Unregistered variant.