Expand description
Hex encoding with serde.
Functions
- Deserializes a hex string into raw bytes.
- serialize
allocSerializesdataas hex string using lowercase characters. - serialize_upper
allocSerializesdataas hex string using uppercase characters.