Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove rustc-serialize usage #415

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

chills42
Copy link

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.

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, making this change quite easy.
@dtolnay
Copy link

dtolnay commented May 22, 2017

We would love to pick this up in hibari/hibari-brick-rs#8. @DaGenix could you take a look?

@sallar
Copy link

sallar commented Jun 8, 2018

Can we get this merged?

@BelfordZ
Copy link

BelfordZ commented Jun 8, 2018

LGTM

@aak1247
Copy link

aak1247 commented Apr 27, 2022

vote for it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants