rust-crypto
rust-crypto copied to clipboard
Remove rustc-serialize usage
Now that rustc-serialize has been marked as deprecated, it seems prudent to drop it's usage and replace the functionality with other crates.
Within this project, it was only used for base64 and hex encoding. Also, the hex encoding is for testing purposes. Other crates exist for those purposes(base64 and hex), making this change quite easy.
We would love to pick this up in https://github.com/hibari/hibari-brick-rs/issues/8. @DaGenix could you take a look?
Can we get this merged?
LGTM
vote for it