Skip to main content

Crate storage

Crate storage 

Source
Expand description

Storage adapter contracts for pet-resort domain models.

domain owns the domain language. This crate owns persistence-shaped records, stable storage codes, JSON codecs, and explicit promotion/demotion between storage records and core domain types.

Re-exports§

pub use operations::CodecError;
pub use operations::RecordKind;
pub use operations::Result;

Modules§

operations
Persistence records for app/domain operational contracts.
service_line
Service-line-owned storage records and code tables.