Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

getting the hex outta here #152

Closed
softprops opened this issue May 3, 2016 · 2 comments
Closed

getting the hex outta here #152

softprops opened this issue May 3, 2016 · 2 comments

Comments

@softprops
Copy link

This crate is my tried and true crate for serialization. I've recently been getting the sense that serde is filling parts of the problem space this crate addresses. I've converted a few projects to serde primarily for json serialization. What now feels awkward is having dependency on 2 crates that have json serialization support for the need of other utilities that serde does provide, namely hexing. Do you ( the maintainers ) think think there's value in lifting the hex bits embedded in this crate into its own crate? I'd be happy to own that if you wouldn't want to feel burdened with managing the maintenance of that.

@alexcrichton
Copy link
Contributor

Yeah hex and base64 likely don't belong in this crate any more, although there are already hex and base64 crates on crates.io and perhaps those suffice?

@softprops
Copy link
Author

oh lovely. this is just want I wanted. Thanks!

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

No branches or pull requests

2 participants