]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #8287 : sfackler/rust/hex, r=alexcrichton
authorbors <bors@rust-lang.org>
Wed, 7 Aug 2013 04:05:11 +0000 (21:05 -0700)
committerbors <bors@rust-lang.org>
Wed, 7 Aug 2013 04:05:11 +0000 (21:05 -0700)
FromHex ignores whitespace and parses either upper or lower case hex
digits. ToHex outputs lower case hex digits with no whitespace. Unlike
ToBase64, ToHex doesn't allow you to configure the output format. I
don't feel that it's super useful in this case.


Trivial merge