charsets 0.2.0

An enum representing all charset names commonly used.
Documentation
  • Coverage
  • 100%
    28 out of 28 items documented0 out of 1 items with examples
  • Size
  • Source code size: 9.09 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.64 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Documentation
  • pyfisch/rust-charsets
    2 0 1
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • pyfisch

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.