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

feat(FromHexError): derive Eq for enum FromHexError #80

Closed nouritsu closed 2 months ago

nouritsu commented 1 year ago

The type FromHexError can be completely equated as every member of the enum can be completely equated. Fixes #76