Crate etwin_serde_tools
source ·Traits
- A data structure that can be deserialized from any data format supported by Serde.
- A data format that can deserialize any data structure supported by Serde.
- A data structure that can be serialized into any data format supported by Serde.
- A data format that can serialize any data structure supported by Serde.
Functions
- Serializes
buffer
to a lowercase hex string. - Deserializes an optional field that can’t be missing.
- Deserializes a nested optional field
- Deserializes a lowercase hex string to a
Vec<u8>
.