Module flow_sdk::prelude::hex [−][src]
Expand description
Re-exports items from the hex crate.
Enums
The error type for decoding a hex string into Vec<u8>
or [u8; N]
.
Traits
Functions
Decodes a hex string into raw bytes.
Decode a hex string into a mutable bytes slice.
Encodes data
as hex string using lowercase characters.
Encodes some bytes into a mutable slice of bytes.
Encodes data
as hex string using uppercase characters.