roshi 0.0.1

A Rust client for the Kalshi API
Documentation
1
2
3
4
5
#[cfg(feature = "rest_client")]
pub mod rest_client;

#[cfg(feature = "ws_client")]
pub mod ws_client;