Module serialize::hex
[−]
[src]
🔬 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
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 |