They are largely auto-generated from text-based tables from the WHATWG encoding standard. Most of them are still not available in the code itself, but they are generating correctly, and exposing them is just a matter of boiler plate.
13 lines
221 B
TOML
13 lines
221 B
TOML
[package]
|
|
name = "text_encoding"
|
|
version = "0.1.0"
|
|
authors = ["Nathan Vegdahl <cessen@cessen.com>"]
|
|
license = "MIT"
|
|
build = "build.rs"
|
|
|
|
[lib]
|
|
name = "text_encoding"
|
|
path = "src/lib.rs"
|
|
|
|
[dev-dependencies]
|
|
proptest = "0.8" |