binance-sdk-rs

Crates.iobinance-sdk-rs
lib.rsbinance-sdk-rs
version
sourcesrc
created_at2025-02-16 09:28:04.566303+00
updated_at2025-03-22 14:44:20.975675+00
descriptionRust Async SDK for the Binance
homepage
repositoryhttps://github.com/anlithov/binance-api-rs
max_upload_size
id1557503
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`
size0
Andrii Lytovka (anlithov)

documentation

README

binance-sdk-rs

Unofficial Rust Library for the Binance APIs with Async/Await.

*Refactored fork of Binance library: https://github.com/wisespace-io/binance-rs

Crates.io

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.

Usage

Add this to your Cargo.toml

[dependencies]
binance-sdk-rs = 0.2

Examples located in the examples folder.

Commit count: 7

cargo fmt