brk_computer 0.11.2

A Bitcoin dataset computer built on top of brk_indexer
Documentation
mod base;
mod cached;
mod cached_full;
mod cumulative;
mod cumulative_rolling;
mod lazy;
mod lazy_block;
mod lazy_derived_resolutions;
mod lazy_rolling_avg;
mod lazy_rolling_sum;
mod lazy_spot;
mod rolling_distribution;
mod spot;
mod spot_with_deltas;

pub use base::*;
pub use cached::*;
pub use cached_full::*;
pub use cumulative::*;
pub use cumulative_rolling::*;
pub use lazy::*;
pub use lazy_block::*;
pub use lazy_derived_resolutions::*;
pub use lazy_rolling_avg::*;
pub use lazy_rolling_sum::*;
pub use lazy_spot::*;
pub use rolling_distribution::*;
pub use spot::*;
pub use spot_with_deltas::*;