Implement insert and edit sessions (#7)

This commit is contained in:
Hermes Agent
2026-08-09 22:35:46 +00:00
parent dca07b7fbd
commit 0e4cbef944
10 changed files with 1158 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ pub mod crypto;
pub mod read;
pub mod recipient;
pub mod repository;
pub mod write;
/// Product name shared by the presentation adapters.
pub const PRODUCT_NAME: &str = "IronStorage";