Crate pot[][src]

Expand description

A concise serialization format written for BonsaiDb.

Modules

Types for deserializing pots.

Low-level interface for reading and writing the pot format.

Types for reading data.

Types for serializing pots.

Structs

Serialization and deserialization configuration.

Enums

All errors that Pot may return.

Functions

Restore a previously serialized value from a pot.

Serialize value into a pot.

Type Definitions

A result alias that returns Error.