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