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.
|
4 days ago | |
---|---|---|
src | 4 days ago | |
.gitignore | 8 years ago | |
.travis.yml | 8 years ago | |
Cargo.toml | 4 days ago | |
LICENSE | 8 years ago | |
README.md | 8 years ago |
README.md
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.
Charset names can be parsed from string, formatted to string and compared.
Unregistered charsets are represented useing an Unregistered
variant.