led/sub_crates/text_encoding/Cargo.toml
Nathan Vegdahl 173837b827 Added property testing for encoding round-tripping.
Also fixed a bug in the utf16 encoders/decoders.
2018-08-20 22:30:39 -07:00

12 lines
202 B
TOML

[package]
name = "text_encoding"
version = "0.1.0"
authors = ["Nathan Vegdahl <cessen@cessen.com>"]
license = "MIT"
[lib]
name = "text_encoding"
path = "src/lib.rs"
[dev-dependencies]
proptest = "0.8"