Crate lize

Source
Expand description

A very stupid way of serializing and deserializing really small data into bytes.

Structs§

SmallVec
A Vec-like container that can store a small number of elements inline.

Enums§

Value
Represents a value.

Constants§

STACK_N

Functions§

deserialize
Deserialize a value.
serialize
Serialize a value.

Type Aliases§

Result
Result<T, Error>