Module serde

Module serde 

Source
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 Hex or UpperHex.
serialize
Serialize function for a hex string. Will serialize T as lower case hex.