schwab 0.4.0

Unofficial Rust client library for the Schwab API, unaffiliated with Schwab brokerage or thinkorswim
Documentation
1
2
3
4
5
6
7
8
9
10
//! Option data subcommands for expirations, chains, contracts, and screening.

pub mod chain;
pub mod contract;
pub mod expirations;
pub mod screen;
pub mod types;

#[cfg(test)]
mod tests;