v_exchanges 0.18.2

Implementations of HTTP/HTTPS/WebSocket API methods for some crypto exchanges, using [crypto-botters](<https://github.com/negi-grass/crypto-botters>) framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[profile.rust]
codegen-backend = "cranelift"

[target.x86_64-unknown-linux-gnu]
rustflags = [
    "-C",
    "link-arg=-fuse-ld=mold",
    "--cfg",
    "tokio_unstable",
    "-Z",
    "threads=8",
    "-Z",
    "track-diagnostics",
    "--cfg",
    "web_sys_unstable_apis",
]