fyers 0.1.2

Idiomatic async Rust client for the Fyers trading API.
Documentation
# fyers

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.

## Examples

Usage examples are provided in the `examples/` directory.

To run the authentication example:

```bash
cargo run --example auth
```

## License

Licensed under either of:

- Apache License, Version 2.0 ([LICENSE-APACHE]./LICENSE-APACHE or <http://www.apache.org/licenses/LICENSE-2.0>)
- MIT license ([LICENSE-MIT]./LICENSE-MIT or <http://opensource.org/licenses/MIT>)

at your option.