feat(data): add atomic stats persistence (load_stats_from, save_stats_to)
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -37,3 +37,6 @@ pub trait SyncProvider: Send + Sync {
|
||||
|
||||
pub mod stats;
|
||||
pub use stats::StatsSnapshot;
|
||||
|
||||
pub mod storage;
|
||||
pub use storage::{load_stats, load_stats_from, save_stats, save_stats_to, stats_file_path};
|
||||
|
||||
Reference in New Issue
Block a user