betfair-stream-api 0.1.2

Utilities for interacting with Betfair from Rust
Documentation
# Betfair Adapter

[![check](https://github.com/roberts-ivanovs/betfair-adapter-rs/actions/workflows/check.yaml/badge.svg)](https://github.com/roberts-ivanovs/betfair-adapter-rs/actions/workflows/check.yaml)
[![docs](https://github.com/roberts-ivanovs/betfair-adapter-rs/actions/workflows/doc.yaml/badge.svg)](https://github.com/roberts-ivanovs/betfair-adapter-rs/actions/workflows/doc.yaml)
[![msrv](https://github.com/roberts-ivanovs/betfair-adapter-rs/actions/workflows/msrv.yaml/badge.svg)](https://github.com/roberts-ivanovs/betfair-adapter-rs/actions/workflows/msrv.yaml)
[![test](https://github.com/roberts-ivanovs/betfair-adapter-rs/actions/workflows/test.yaml/badge.svg)](https://github.com/roberts-ivanovs/betfair-adapter-rs/actions/workflows/test.yaml)
[![unused-deps](https://github.com/roberts-ivanovs/betfair-adapter-rs/actions/workflows/unused-deps.yaml/badge.svg)](https://github.com/roberts-ivanovs/betfair-adapter-rs/actions/workflows/unused-deps.yaml)
[![deny](https://github.com/roberts-ivanovs/betfair-adapter-rs/actions/workflows/deny.yaml/badge.svg)](https://github.com/roberts-ivanovs/betfair-adapter-rs/actions/workflows/deny.yaml)
[![audit](https://github.com/roberts-ivanovs/betfair-adapter-rs/actions/workflows/audit.yaml/badge.svg)](https://github.com/roberts-ivanovs/betfair-adapter-rs/actions/workflows/audit.yaml)

https://docs.developer.betfair.com/display/1smk3cen4v3lu3yomq5qye0ni/Sample+Code

## Utilities for interacting with Betfair from Rust

## Development setup

```bash
# Install rustup
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

# See the available commands
cargo xtask --help
```