Module hex_encoding

Module hex_encoding 

Source
Expand description

Encoding

Functionsยง

deserialize
To keep back-compatibility we parse both sequence of integer or a hex string
serialize
By default, serde serializes using a sequence of integers. We rather serialize a using hex string.