Forked from pyfisch/rust-charsets https://github.com/pyfisch/rust-charsets
This repository has been archived on 2023-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Emma Tebibyte f2920fe70f copyright header stuff 2023-03-23 02:54:31 -04:00
src copyright header stuff 2023-03-23 02:54:31 -04:00
.gitignore initial commit 2015-07-19 14:05:56 +02:00
.travis.yml new secret 2015-08-17 19:59:21 +02:00
Cargo.toml fixed minor issues 2023-03-23 02:40:37 -04:00
LICENSE improve tests, add code source to LICENSE 2015-07-19 14:39:34 +02:00
README.md new secret 2015-08-17 19:59:21 +02:00

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.