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

Error file private #77

Open nakul1010 opened 1 year ago

nakul1010 commented 1 year ago

The error.rs is being imported as mod error; and not pub mod error;. I was trying to match the error returned but couldn't do it I can't access it from my crate.

Stargateur commented 5 months ago

https://docs.rs/hex/0.4.3/hex/enum.FromHexError.html is pub.