bitsors 1.0.0

A Rust wrapper for the Bitso API
Documentation
[![Crates.io](https://img.shields.io/crates/v/bitsors.svg)](https://crates.io/crates/bitsors)
[![Docs](https://docs.rs/bitsors/badge.svg)](https://docs.rs/bitsors)
[![CI checks](https://github.com/arturomf94/bitsors/workflows/CI%20checks/badge.svg)](https://github.com/arturomf94/bitsors/actions?query=workflow%3A%22CI+checks%22)

# bitsors
A Rust wrapper for the [Bitso API](https://bitso.com/api_info/), with support for the [public](https://bitso.com/api_info#public-rest-api) and [private](https://bitso.com/api_info#private-rest-api) API endpoints, plus the [WebSocket API](https://bitso.com/api_info#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!