CCXT Core Library
This is the core library for CCXT Rust implementation, providing fundamental data structures, error types, and traits for cryptocurrency exchange integration.
Features
- Type Safety: Leverages Rust's type system for compile-time guarantees
- Precision: Uses
rust_decimal::Decimalfor accurate financial calculations - Async/Await: Built on tokio for high-performance async operations
- Error Handling: Comprehensive error types with
thiserror
Example
use *;
# async