Expand description
Hex binary-to-text encoding
Re-exports
pub use self::FromHexError::*;
Structs
- An iterator decoding hex-encoded characters into bytes.
- An iterator converting byte slice to a set of hex characters.
Enums
- Errors that can occur when decoding a hex encoded string
Traits
- A from-hex conversion trait.
- A trait for converting a value to hexadecimal encoding