betfair-stream-api 0.6.2

Utilities for interacting with Betfair from Rust
Documentation

Betfair Stream API client implementation.

This crate provides an asynchronous client for interacting with Betfair's Streaming API. It manages connection setup, handshake, framing, heartbeats, and automatic reconnections. Users can customize how incoming messages are handled by implementing the MessageProcessor trait or using the built-in Cache processor for maintaining market and order caches.