docs.rs failed to build fast-ta-0.2.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.
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-pointf32: Single-precision floating-pointstd: 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