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

Implement `FromHex` for `GenericArray` #69

Open piegamesde opened 2 years ago

piegamesde commented 2 years ago

I think the trait implementation could belong either here or to the generic-array crate. Gut feeling says that here would be better. Obviously, this should be feature gated either way.