polymarket-bindings 0.1.1

API bindings and normalized models for the Polymarket Rust SDK
Documentation
1
2
3
4
5
pub mod market_data;
pub mod order_book;

pub use market_data::MidpointResponse;
pub use order_book::{OrderBook, OrderBookLevel};