betex 0.35.0

Betfair / Prediction Market Exchange
Documentation
1
2
3
4
5
6
7
pub mod command;
pub mod reject;
pub mod response;

pub use command::*;
pub use reject::*;
pub use response::*;