rust-crypto icon indicating copy to clipboard operation
rust-crypto copied to clipboard

Remove rustc-serialize usage

Open chills42 opened this issue 7 years ago • 4 comments

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.

chills42 avatar Apr 27 '17 12:04 chills42

We would love to pick this up in https://github.com/hibari/hibari-brick-rs/issues/8. @DaGenix could you take a look?

dtolnay avatar May 22 '17 01:05 dtolnay

Can we get this merged?

sallar avatar Jun 08 '18 22:06 sallar

LGTM

BelfordZ avatar Jun 08 '18 22:06 BelfordZ

vote for it

aak1247 avatar Apr 27 '22 03:04 aak1247