txline 0.3.5

Devnet-only Rust SDK for TxLINE.
Documentation
1
2
3
4
5
6
7
//! Server-Sent Events support for Devnet odds and scores streams.

pub mod odds;
pub mod scores;
pub mod sse;

pub use sse::{RawSseEvent, SseDecoder, SseEvent, StreamOptions, parse_sse_block};