An idiomatic async Rust client for the Fyers trading API.
Status: Early development (
v0.1.0)This crate currently provides authentication helpers only. Additional API endpoints will be added incrementally.
Usage examples are provided in the examples/ directory.
To run the authentication example:
cargo run --example authLicensed under either of:
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.