Crates.io | binance-sdk-rs |
lib.rs | binance-sdk-rs |
version | |
source | src |
created_at | 2025-02-16 09:28:04.566303+00 |
updated_at | 2025-03-22 14:44:20.975675+00 |
description | Rust Async SDK for the Binance |
homepage | |
repository | https://github.com/anlithov/binance-api-rs |
max_upload_size | |
id | 1557503 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
Unofficial Rust Library for the Binance APIs with Async/Await.
*Refactored fork of Binance library: https://github.com/wisespace-io/binance-rs
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-sdk-rs = 0.2
Examples located in the examples folder.