global: snapshot

This commit is contained in:
nym21
2025-08-04 11:38:46 +02:00
parent a2f5704581
commit 5b855fd835
8 changed files with 191 additions and 127 deletions

View File

@@ -19,12 +19,12 @@ use fjall::{
TransactionalPartitionHandle,
};
mod any;
mod meta;
mod r#trait;
pub use any::*;
use log::info;
use meta::*;
pub use r#trait::*;
pub struct Store<Key, Value> {
meta: StoreMeta,