From: bors Date: Wed, 7 Aug 2013 04:05:11 +0000 (-0700) Subject: auto merge of #8287 : sfackler/rust/hex, r=alexcrichton X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=62dbdc4ea2aa5d57d52bca4159a176942e0ad214;p=rust.git 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. --- 62dbdc4ea2aa5d57d52bca4159a176942e0ad214