added function aggregating multiple ticker data

This commit is contained in:
2025-11-24 17:19:36 +01:00
parent 7b680f960f
commit 9cfcae84ea
14 changed files with 443 additions and 44 deletions

View File

@@ -4,6 +4,8 @@ pub mod scraper;
pub mod storage;
pub mod update;
pub mod helpers;
pub mod aggregation;
pub mod fx;
pub use types::*;
pub use update::run_full_update;