rustc_serialize

Module hex

Source
Expand description

Hex binary-to-text encoding

Re-exports§

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