A Rust wrapper for the Bitso API, with support for the public and private API endpoints, plus the WebSocket API.
bash
cargo test
We also make sure Clippy is happy with us with:
bash
cargo clippy --all-features --all-targets -- -D warnings
You can find lots of examples under the examples/
folder!
1.56.1