Module rustc-serialize::hex
[-]
[+]
[src]
Hex binary-to-text encoding
Reexports
pub use self::FromHexError::*; |
Enums
FromHexError | Errors that can occur when decoding a hex encoded string |
Traits
FromHex | A trait for converting hexadecimal encoded values |
ToHex | A trait for converting a value to hexadecimal encoding |