binance-rs-async 1.0.0

Async Rust Library for the Binance API
Documentation

binance-rs-async

Unofficial Rust Library for the Binance API

This is a fully async api using async-std.

Risk Warning

It is a personal project, use at your own risk. I will not be responsible for your investment losses. Cryptocurrency investment is subject to high market risk. Nonetheless, this crate is aimed at high performance and production use, I have been using this to target Binance successfully for several years now.

Usage

Add this to your Cargo.toml

[dependencies]
binance-rs-async = "1.0.0-beta.3"

Rust >= 1.37

rustup install stable

Contribution

Simply create a pull request. Properly documented code and tests (using binance testnet) are a must.