px-core 0.3.1

Core traits, models, and errors for OpenPX prediction market SDK
Documentation
1
2
3
4
5
6
7
8
pub mod events;
pub mod ndjson;
pub mod stream;
pub(crate) mod traits;

pub use events::{now_pair, InvalidationReason, SessionEvent, WsUpdate};
pub use stream::{SessionStream, UpdateStream, WsDispatcher, WsDispatcherConfig};
pub use traits::*;