Closed silwol closed 5 years ago
Absolutely! I'm happy after stumbling upon this Github repo. the current hex-serde crate on crates.io can't handle '0x'. I was about to implement deserialize
myself before finding this.
Agree this should be on crates.io. I know there already is a hex-serde so maybe a name conflict? But maybe you can rename it serde-hexify or something else....
@forrest-marshall any updates on this?
Sorry for the delay. Apparently I deactivated notifications at some point. Fixed. I think this crate could use some serious pruning and simplification, but I'm happy to publish the current state for those who find it useful. I'll do some basic cleanup tonight & get it published.
Alright, its published. Version 0.1
conforms to the pre-publish API.
Thanks a lot, that's great!
This library looks like well-crafted and well-documented code, and would be of good use for me (and probably others). It looks more complete than the hex-serde crate which is already available on crates.io. I would really like to see serde-hex published to crates.io.