]> git.lizzy.rs Git - rust.git/commit
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)
commit62dbdc4ea2aa5d57d52bca4159a176942e0ad214
treecc4a68a6bf92c5844d98d3f7d43c2c659a6b35f0
parent5b4244d917cc9341b1ec04c4e245d5f841d3facc
parent3b441c485f10722e58f71957b78e5950c53757d4
auto merge of #8287 : sfackler/rust/hex, r=alexcrichton

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.