Module hex_bytes

Module hex_bytes 

Source
Expand description

serde functions for handling bytes as hex strings, such as [bytes::Bytes]

Functionsยง

deserialize
Deserialize a hex string into a byte vec Accepts a hex string with optional 0x prefix
serialize
Serialize a byte vec as a hex string with 0x prefix