brk_computer 0.2.5

A Bitcoin dataset computer built on top of brk_indexer
Documentation
mod amount;
mod computed;
mod fiat;
mod lazy;
mod percent;
mod percentiles;
mod price;
mod ratio;
mod rolling;
mod stddev;

pub use amount::*;
pub use computed::*;
pub use fiat::*;
pub use lazy::*;
pub use percent::*;
pub use percentiles::*;
pub use price::*;
pub use ratio::*;
pub use rolling::*;
pub use stddev::*;