toml-rs/test-suite
Claudio Bley 96ca73e130 Treat unicode hex digits case-insensitively
In Rust >= 1.24.0 we could have used `char::is_ascii_hexdigit`, but to keep
compatiblity with older versions, `char::is_digit(16)` is used.

Fixes #240.
2018-05-09 22:18:14 +02:00
..
tests Treat unicode hex digits case-insensitively 2018-05-09 22:18:14 +02:00
build.rs A toml macro 2017-11-12 23:46:34 -08:00
Cargo.toml A toml macro 2017-11-12 23:46:34 -08:00