#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

#5 in #binance

Download history 268/week @ 2024-03-26 103/week @ 2024-04-02 1/week @ 2024-04-09

122 downloads per month

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–16MB
~226K SLoC