KokaKiwi / rust-hex

A basic crate to encode values to hexadecimal representation. Originally extracted from rustc-serialize.
https://crates.io/crates/hex
Apache License 2.0
203 stars 57 forks source link

Stop accepting whitespace in `FromHex::from_hex`. #6

Closed frewsxcv closed 8 years ago

frewsxcv commented 8 years ago

As discussed in https://github.com/KokaKiwi/rust-hex/issues/4.