#binance #api #fs #time #thread

binance-rust

Binance Api with Rust

3 releases

0.1.2 Mar 30, 2024
0.1.1 Mar 30, 2024
0.1.0 Mar 30, 2024

#8 in #binance

GPL-3.0 license

14KB

binance-rust

e.g.:

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(())
}

Dependencies

~4–15MB
~195K SLoC