Unofficial Rust Library for the Binance API
This is a fully async api using async-std.
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.
Add this to your Cargo.toml
[dependencies]
binance = { git = "https://github.com/Igosuki/binance-rs-async.git" }
rustup install stable