feat: Add Store module for persistent KV state, update lib.rs and documentation including a development journal and architecture details.

This commit is contained in:
2025-12-21 21:56:05 +01:00
parent 1f750bdae0
commit 15dd1b337f
6 changed files with 525 additions and 22 deletions
+1
View File
@@ -14,6 +14,7 @@ bytes = { workspace = true }
dirs = { workspace = true }
blake3 = { workspace = true }
hex = { workspace = true }
redb = { workspace = true }
[build-dependencies]
prost-build = { workspace = true }