Modules
Structs
- A decoder for deserializing bytes from an order preserving format to a value.
Enums
- Errors that may be occur when deserializing.
Functions
- Deserialize data from the given slice of bytes.
- Deserialize data from the given byte reader.
Type Definitions
- Shorthand for
Result<T, storekey::de::Error>
.