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:
funman300
2026-04-24 12:37:57 -07:00
parent f8cce2433d
commit 5ced4c01ce
2 changed files with 115 additions and 0 deletions
+3
View File
@@ -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};