v0.3.1-pre.003
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
// file: crates/ksp-store-api/src/model.rs
|
||||
// version: 1
|
||||
// version: 2
|
||||
|
||||
//! Private home for persistent Store models.
|
||||
//!
|
||||
//! The current release is N1 RAW-only. Future N2 STRUCTURAL models are a
|
||||
//! separate data layer and are not introduced by this scaffold. Persistent
|
||||
//! models and backend capabilities remain separate even when one capability
|
||||
//! operates on one or more models.
|
||||
//! separate data layer and are not introduced here. Persistent models and
|
||||
//! backend capabilities remain separate even when one capability operates on
|
||||
//! one or more models.
|
||||
|
||||
pub(crate) mod raw_primitives;
|
||||
pub(crate) mod raw_transaction;
|
||||
|
||||
Reference in New Issue
Block a user