[−][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 |
Type Definitions
Result |