Structs§
- Serializer
- A serializer for a byte format that preserves lexicographic sort order.
Enums§
- Error
- Errors that might occur while serializing.
Functions§
- serialize
- Serialize data into a vector of
u8bytes. - serialize_
into - Serialize data into the given vector of
u8bytes.
Type Aliases§
- Result
- Shorthand for
Result<T, bytekey::ser::Error>.