Docs.rs
binance-async-api-0.2.1
binance-async-api 0.2.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
crates.io
Source
Owners
stiennom
Dependencies
chrono ^0.4
normal
futures-util ^0.3
normal
hex ^0.4
normal
hmac ^0.12
normal
reqwest ^0.11
normal
serde ^1
normal
serde_json ^1
normal
serde_qs ^0.12.0
normal
sha2 ^0.10
normal
thiserror ^1
normal
tokio ^1.34.0
normal
tokio-tungstenite ^0.20.0
normal
url ^2
normal
Versions
0%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
binance_async_api/
lib.rs
1
2
3
4
5
pub mod
client;
pub mod
config;
pub mod
errors;
pub mod
rest;
pub mod
websocket;