brk_computer 0.3.0-beta.9

A Bitcoin dataset computer built on top of brk_indexer
Documentation
mod aggregated;
mod base;
mod cached;
mod cumulative_rolling;
mod distribution;
mod full;
mod lazy_distribution;
mod lazy_rolling;
mod resolutions;
mod rolling;
mod rolling_average;
mod with_deltas;

pub use aggregated::*;
pub use base::*;
pub use cached::*;
pub use cumulative_rolling::*;
pub use distribution::*;
pub use full::*;
pub use lazy_distribution::*;
pub use lazy_rolling::*;
pub use resolutions::*;
pub use rolling::*;
pub use rolling_average::*;
pub use with_deltas::*;