brk_computer 0.11.1

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

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

use brk_types::Dollars;

pub const DB_NAME: &str = "investing";
pub(crate) const DCA_AMOUNT: Dollars = Dollars::mint(100.0);