文件名称:bian-rs:Binance API客户端
文件大小:18KB
文件格式:ZIP
更新时间:2024-04-08 11:28:48
Rust
- 币安API Rust异步SDK 使用 在Cargo.toml中添加依赖 [ dependencies ] tokio = { version = " 1 " , features = [ " full " ] } bian-rs = { git = " https://github.com/PrivateRookie/bian-rs.git " } 在国内使用需要设置代理,bian-rs通过HTTP_PROXY和HTTPS_PROXY环境变量自动设置代理。 use bian_rs :: UFuturesHttpClient; use std :: env; #[tokio::main] async fn main () { let api_key = "your api key" ; let secret_key = "your secret key" ; /
【文件预览】:
bian-rs-main
----Cargo.toml(760B)
----bian-proc()
--------Cargo.toml(333B)
--------src()
----src()
--------error.rs(2KB)
--------enums.rs(3KB)
--------response.rs(12KB)
--------lib.rs(5KB)
--------params.rs(2KB)
----.vscode()
--------rs.code-snippets(1KB)
--------settings.json(203B)
----LICENSE(11KB)
----README.md(3KB)
----tests()
--------u_http.rs(5KB)
----.gitignore(24B)