Expand description
A very stupid way of serializing and deserializing really small data into bytes.
Structs§
- Small
Vec - A
Vec
-like container that can store a small number of elements inline.
Enums§
- Value
- Represents a value.
Constants§
Functions§
- deserialize
- Deserialize a value.
- serialize
- Serialize a value.
Type Aliases§
- Result
Result<T, Error>