v0.3.1-pre.006

This commit is contained in:
2026-08-29 09:10:07 +02:00
parent c83e3261d0
commit b76baf6835
19 changed files with 1175 additions and 60 deletions

View File

@@ -1,5 +1,5 @@
// file: crates/ksp-store-api/src/capability.rs
// version: 2
// version: 3
//! Private home for backend-agnostic Store capability contracts.
//!
@@ -9,6 +9,7 @@
//! outside `ksp-store-api`.
pub(crate) mod raw_account;
pub(crate) mod raw_retention;
pub(crate) mod raw_transaction;
/// Boxed async operation returned by object-safe Store capability contracts.