vec: moved compute functions to computer

This commit is contained in:
nym21
2025-03-11 16:27:45 +01:00
parent 64d73b93e4
commit b9e679a514
14 changed files with 413 additions and 350 deletions

View File

@@ -5,10 +5,14 @@ use brk_fetcher::Fetcher;
use brk_indexer::Indexer;
use brk_vec::AnyStorableVec;
mod base;
mod indexes;
mod marketprice;
mod transactions;
use base::*;
use indexes::*;
#[derive(Clone)]
pub struct Vecs {
pub indexes: indexes::Vecs,