feat(data): add StatsSnapshot with update_on_win and record_abandoned

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
funman300
2026-04-24 12:37:21 -07:00
parent bef7ab3c13
commit f8cce2433d
2 changed files with 202 additions and 0 deletions
+3
View File
@@ -34,3 +34,6 @@ pub trait SyncProvider: Send + Sync {
Ok(())
}
}
pub mod stats;
pub use stats::StatsSnapshot;