Module serde_utils::hex
source · Expand description
Provides utilities for parsing 0x-prefixed hex strings.
Structs§
Functions§
- Decode
data
from a 0x-prefixed hex string. - Encode
data
as a 0x-prefixed hex string.
Provides utilities for parsing 0x-prefixed hex strings.
data
from a 0x-prefixed hex string.data
as a 0x-prefixed hex string.