Available on crate feature
serde
only.Expand description
Hex encoding with serde
.
Functionsยง
- deserialize
- Deserializes a hex string into raw bytes.
- serialize
- Serializes
data
as hex string using lowercase characters. - serialize_
upper - Serializes
data
as hex string using uppercase characters.