brk_computer 0.11.2

A Bitcoin dataset computer built on top of brk_indexer
Documentation
mod base;
mod cached_block_count_ratio;
mod cached_block_count_reader;
mod cached_block_count_rolling_ratio;
mod derived_resolutions;
mod indexed;
mod lookback;
mod map_option;
mod next_index;
mod per_second;
mod previous_delta;
mod rolling_ratio;
mod since_day;
mod transform_last;
mod window;

pub use base::*;
pub use cached_block_count_ratio::*;
pub use cached_block_count_reader::*;
pub use cached_block_count_rolling_ratio::*;
pub use derived_resolutions::*;
pub use indexed::*;
pub use lookback::*;
pub use map_option::*;
pub use next_index::*;
pub use per_second::*;
pub use previous_delta::*;
pub use rolling_ratio::*;
pub use since_day::*;
pub use transform_last::*;
pub use window::*;