Module serialize::hex
[−]
[src]
Unstable (
rustc_private): deprecated in favor of rustc-serialize on crates.io
Hex binary-to-text encoding
Reexports
pub use self::FromHexError::*; |
Enums
| FromHexError |
[Unstable] Errors that can occur when decoding a hex encoded string |
Traits
| FromHex |
[Unstable] A trait for converting hexadecimal encoded values |
| ToHex |
[Unstable] A trait for converting a value to hexadecimal encoding |