zrsclient 0.2.0

A Rust client for the Zerodha API
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>
}