global: snapshot

This commit is contained in:
nym21
2026-03-10 11:22:17 +01:00
parent 64ef63a056
commit 5ede3dc416
40 changed files with 408 additions and 259 deletions
@@ -0,0 +1,8 @@
mod compute;
mod gini;
mod import;
mod vecs;
pub use vecs::Vecs;
pub const DB_NAME: &str = "indicators";