bitsors 1.0.9

A Rust wrapper for the Bitso API
Documentation

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

cargo test

We also make sure Clippy is happy with us with:

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

Examples

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