Crates.io Docs CI checks

bitsors

A Rust wrapper for the Bitso API, with support for the public and private API endpoints, plus the WebSocket API.

Testing

bash cargo test

We also make sure Clippy is happy with us with:

bash cargo clippy --all-features --all-targets -- -D warnings

Examples

You can find lots of examples under the examples/ folder!