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