v_exchanges 0.18.5

Implementations of HTTP/HTTPS/WebSocket API methods for some crypto exchanges, using [crypto-botters](<https://github.com/negi-grass/crypto-botters>) framework
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[formatter.nix]
command = "nixpkgs-fmt"
includes = ["*.nix"]

[formatter.rust]
command = "rustfmt"
includes = ["*.rs"]
options = ["--edition", "2024"]

[formatter.rust-leptos]
command = "leptosfmt"
includes = ["*.rs"]
options = ["--tab-spaces", "2", "--max-width", "100"]

[global]
excludes = ["examples/config.*"]