Crate charsets [] [src]

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. Charset names can be parsed from string, formatted to string and compared. Unregistered charsets are represented using an Unregistered variant.

Reexports

pub use self::Charset::*;

Enums

Charset

A Mime charset.