[][src]Crate catwalk

Modules

conversion

Items related to converting models from one version to another (currently unimplemented).

model

Representation of the actual data.

persistence

Items related to actually storing and persisting models.

serialization

Items related to (de)serializing models.

Structs

Catwalk

A Catwalk acts as a common interface to a serializer and a persistence engine.

Enums

Error

Traits

Model

A Model is a representation of data.

PersistenceEngine
Serializer

(De)serializes Models in the form of a slice of u8 bytes. When a Model is serialized, it is serialized along with its version, via a StoredModel struct.

Type Definitions

Result