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
201 stars 55 forks source link

Wrong character length error #49

Closed metaclips closed 3 years ago

metaclips commented 3 years ago

Decoding hex value "banana" I get Invalid character \'n\' at position 2 Decoding "abcdefg" I get Invalid character \'g\' at position 7

metaclips commented 3 years ago

External library added a trailing '0'😁 closing now.