Module common_primitives::utils::as_hex
source · Expand description
Handle serializing and deserializing from Vec<u8>
to hexadecimal
Functions
- Deserializes a hexadecimal string into a
Vec<u8>
- Serializes a
Vec<u8>
into a hexadecimal string