fspmarshall / serde-hex

Rust crate for easy serialization/deserialization of hexadecimal values.
Other
29 stars 9 forks source link

Release on crates.io #1

Closed silwol closed 5 years ago

silwol commented 6 years ago

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.

insipx commented 6 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.

ghost commented 5 years ago

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....

elpiel commented 5 years ago

@forrest-marshall any updates on this?

fspmarshall commented 5 years ago

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.

fspmarshall commented 5 years ago

Alright, its published. Version 0.1 conforms to the pre-publish API.

silwol commented 5 years ago

Thanks a lot, that's great!