v0.3.8-pre.003

This commit is contained in:
2026-09-03 11:39:09 +02:00
parent 74890a6268
commit 9300dccbe2
22 changed files with 1109 additions and 40 deletions

View File

@@ -1,5 +1,5 @@
// file: crates/ksp-store-api/src/model.rs
// version: 4
// version: 5
//! Private home for persistent Store models.
//!
@@ -9,6 +9,7 @@
//! one or more models.
pub(crate) mod raw_account;
pub(crate) mod raw_inspection;
pub(crate) mod raw_outcome;
pub(crate) mod raw_pagination;
pub(crate) mod raw_primitives;