fast-ta 0.2.1

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

#[cfg(target_arch = "aarch64")]
pub mod neon;