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
12
mod data;
mod realized;
mod unrealized;

pub use data::*;
pub use realized::*;
pub use unrealized::UnrealizedState;

pub(crate) use unrealized::{Accumulate, WithCapital, WithoutCapital};

// Internal use only
pub(super) use unrealized::CachedUnrealizedState;