Expand description
Hex binary-to-text encoding
Re-exports§
pub use self::FromHexError::*;
Structs§
- From
HexIter - An iterator decoding hex-encoded characters into bytes.
- ToHex
Iter - An iterator converting byte slice to a set of hex characters.
Enums§
- From
HexError - Errors that can occur when decoding a hex encoded string