fast-ta 0.1.0

High-performance technical analysis indicators with batch, prepared, and streaming APIs
docs.rs failed to build fast-ta-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

TA-Core: Core library for technical analysis indicators

This crate provides the core implementation of technical analysis indicators with no_std compatibility, SIMD optimizations, and conditional float precision.

Features

  • f64 (default): Double-precision floating-point
  • f32: Single-precision floating-point
  • std: Enable standard library support (for I/O and additional error conversions)
  • core_error: Enable core::error::Error trait (requires Rust 1.81+)

Modules

  • [types]: Floating-point type configuration
  • [error]: Error types and handling