ccxt-rust 0.1.3

Cryptocurrency exchange trading library in Rust
Documentation
# ccxt-rust Development Guidelines

Auto-generated from all feature plans. Last updated: 2025-12-29

## Active Technologies
- Rust 1.75+ + `ccxt-core`, `reqwest`, `tokio`, `serde`, `serde_json`, `rust_decimal`, `hmac`, `sha2`, `hex`, `tracing` (001-binance-api-review)
- N/A (Library) (001-binance-api-review)
- Rust 1.91+ (Rust 2024 edition) + Tokio 1.35 (async runtime), reqwest 0.12 (HTTP), tokio-tungstenite 0.28 (WebSocket), serde 1.0 (serialization), thiserror 2.0.17 (error handling), rust_decimal 1.39 (financial calculations) (001-code-review)
- N/A (library project, no persistent storage) (001-code-review)
- Rust 1.91+ + cargo (build tool), clippy (linter), rustdoc (documentation), cargo-tarpaulin (test coverage), criterion (benchmarking) (002-code-review)
- N/A (analysis results output to Markdown files) (002-code-review)

- Rust 1.91+ + Tokio, Reqwest, Serde, Rust Decimal, Tracing (001-code-review-and-improvements)

## Project Structure

```text
src/
tests/
```

## Commands

cargo test [ONLY COMMANDS FOR ACTIVE TECHNOLOGIES][ONLY COMMANDS FOR ACTIVE TECHNOLOGIES] cargo clippy

## Code Style

Rust 1.91+: Follow standard conventions

## Recent Changes
- 002-code-review: Added Rust 1.91+ + cargo (build tool), clippy (linter), rustdoc (documentation), cargo-tarpaulin (test coverage), criterion (benchmarking)
- 001-code-review: Added Rust 1.91+ (Rust 2024 edition) + Tokio 1.35 (async runtime), reqwest 0.12 (HTTP), tokio-tungstenite 0.28 (WebSocket), serde 1.0 (serialization), thiserror 2.0.17 (error handling), rust_decimal 1.39 (financial calculations)
- 001-binance-api-review: Added Rust 1.75+ + `ccxt-core`, `reqwest`, `tokio`, `serde`, `serde_json`, `rust_decimal`, `hmac`, `sha2`, `hex`, `tracing`


<!-- MANUAL ADDITIONS START -->
<!-- MANUAL ADDITIONS END -->