brk_computer 0.2.5

A Bitcoin dataset computer built on top of brk_indexer
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod by_class;
mod by_period;
mod compute;
mod import;
mod vecs;

pub use by_class::*;
pub use by_period::*;
pub use vecs::Vecs;

pub const DB_NAME: &str = "investing";