ccxt-rust 0.1.5

Cryptocurrency exchange trading library in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! 集成测试公共模块
//!
//! 提供测试辅助函数、自定义断言和测试工具

pub mod assertions;
pub mod helpers;

// 重新导出常用项
#[allow(unused_imports)]
pub use assertions::*;
#[allow(unused_imports)]
pub use helpers::*;