fast-ta 0.2.1

High-performance technical analysis indicators with batch, prepared, and streaming APIs
1
2
3
4
//! WebAssembly SIMD implementation

#[cfg(target_feature = "simd128")]
pub mod simd128;