Module ser

Module ser 

Source

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 u8 bytes.
serialize_into
Serialize data into the given vector of u8 bytes.

Type Aliases§

Result
Shorthand for Result<T, bytekey::ser::Error>.