czsc-core 1.0.0

Core analyzer of the czsc framework (most users should depend on the `czsc` facade instead): fractal (FX), stroke (BI), pivot (ZS), CZSC analyzer.
1
2
3
4
5
6
7
//! Internal utilities for czsc-core. Migration is incremental: members
//! land as their consumers (BI / ZS / ...) get migrated.

pub mod common;
pub mod corr;
pub mod errors;
pub mod rounded;