bybit-sdk-rs

Crates.iobybit-sdk-rs
lib.rsbybit-sdk-rs
version
sourcesrc
created_at2025-02-16 18:24:56.381139+00
updated_at2025-02-27 14:26:40.675344+00
descriptionRust Async SDK for the Binance
homepage
repositoryhttps://github.com/anlithov/bybit-sdk-rs
max_upload_size
id1558037
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

bybit-sdk-rs

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

Crates.io

*Inspired by Binance library: https://github.com/wisespace-io/binance-rs

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]
bybit-sdk-rs = 0.2

Examples located in the examples folder.

Commit count: 0

cargo fmt