Module hex_vec

Module hex_vec 

Source
Expand description

Serde helpers for Vec<u8> as 0x-hex.

Functionsยง

deserialize
Deserialize a Vec<u8> from an "0x..." lowercase hex string.
serialize
Serialize a Vec<u8> as an "0x..." lowercase hex string.