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
@@ -40,6 +40,7 @@ bytes = "1"
dirs = "5"
blake3 = "1"
hex = "0.4"
redb = "2"
# Testing
tokio-test = "0.4"