polymarket-bindings 0.1.0

API bindings and normalized models for the Polymarket Rust SDK
Documentation
1
2
3
4
5
6
7
8
9
10
//! API bindings and normalized models for Polymarket services.

#![deny(unsafe_code)]

pub mod clob;
mod de;
pub mod gamma;
pub mod shared;

pub use shared::{OrderSide, OrderType};