brk_computer 0.3.0-alpha.4

A Bitcoin dataset computer built on top of brk_indexer
Documentation
1
2
3
4
5
use brk_types::StoredF32;

use crate::internal::{LazyPerBlock, Windows};

pub type Vecs = Windows<LazyPerBlock<StoredF32>>;