Crate serde_hex_utils

Source
Expand description

Utilities for serde serialization and deserialization

Modules§

as_hex
Hex serializer and Deserializer for Vec
as_string
String serializer and deserializer
as_utf8_string
Hex serializer and Deserializer for utf8 bytes
seq_of_hex
Hex serializer and Deserializer for Vec<Vec>
seq_of_str
Serializing a sequence of any generic types into a sequence of strings

Functions§

try_bytes_from_hex_str
Vec from Hex string