[−][src]Module serialize::hex
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
Hex binary-to-text encoding
Re-exports
pub use self::FromHexError::*; |
Enums
FromHexError |
[ Experimental ] Errors that can occur when decoding a hex encoded string |
Constants
CHARS |
[ Experimental ]
|
Traits
FromHex |
[ Experimental ] A trait for converting hexadecimal encoded values |
ToHex |
[ Experimental ] A trait for converting a value to hexadecimal encoding |