3 个版本
0.1.2 | 2024 年 3 月 30 日 |
---|---|
0.1.1 | 2024 年 3 月 30 日 |
0.1.0 | 2024 年 3 月 30 日 |
#6 in #binance
14KB
binance-rust
例如:
use std::fs;
use std::{thread, time};
use binance_rust;
fn main() -> anyhow::Result<()> {
let price = binance_rust::binance_price("BTCUSDT".to_string())?;
println!("{}", price);
Ok(())
}
依赖项
~4–18MB
~213K SLoC