Expand description
Modules§
Functions§
- deserialize
- Deserializes a hex string into raw bytes.
- serialize
alloc - Serializes
dataas hex string using lowercase characters with a0xprefix. - serialize_
upper alloc - Serializes
dataas hex string using uppercase characters.