market-flow 0.1.0

Async NDJSON stream of market events (snapshots, depth updates, trades) for Tokio
Documentation
1
2
3
4
//! Domain types for market events and errors.

pub mod error;
pub mod market_event;