charsets

Crates.iocharsets
lib.rscharsets
version0.2.0
sourcesrc
created_at2015-08-17 17:43:53.038662
updated_at2016-09-01 10:07:44.800208
descriptionAn enum representing all charset names commonly used.
homepage
repositoryhttps://github.com/pyfisch/rust-charsets
max_upload_size
id2859
size8,946
(pyfisch)

documentation

http://pyfisch.github.io/rust-charsets/rust-charsets/index.html

README

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.

Commit count: 7

cargo fmt