KokaKiwi / rust-hex

A basic crate to encode values to hexadecimal representation. Originally extracted from rustc-serialize.
https://crates.io/crates/hex
Apache License 2.0
201 stars 55 forks source link

Publish new version to support no_std #24

Closed koushiro closed 5 years ago

koushiro commented 5 years ago

@KokaKiwi, Could you publish the latest commit to support no_std?

KokaKiwi commented 5 years ago

Done: https://crates.io/crates/hex/0.4.0 :)