Expand description
Module that contains the serialization and deserialization
functions for Hex. Can be used with #[serde(with = "...")].
Functionsยง
- deserialize
- Deserialize function for a hex string. Can handle the output of
either
HexorUpperHex. - serialize
- Serialize function for a hex string. Will serialize
Tas lower case hex.