core: init

This commit is contained in:
nym21
2025-02-24 14:08:51 +01:00
parent bc7a76755b
commit 53175c9ed7
65 changed files with 444 additions and 424 deletions

View File

@@ -5,12 +5,10 @@ pub use brk_parser::rpc;
use hodor::Exit;
mod storage;
mod structs;
use brk_fetcher::Date;
use brk_core::Date;
use storable_vec::SINGLE_THREAD;
use storage::{Fjalls, StorableVecs};
pub use structs::*;
pub struct Computer<const MODE: u8> {
path: PathBuf,