zrsclient 0.3.0

Rust SDK for the Zerodha Kite Connect trading API — REST endpoints plus WebSocket market-data streaming, with built-in retry and reconnect.
Documentation
1
2
3
4
5
pub struct ZrsClientConfig<'a>{
    pub api_key: Option<&'a str>,
    pub access_token: Option<&'a str>,
    pub base_url: Option<String>
}