`fng-api-wrapper` is a Rust API client for Crypto Fear & Greed Index.
The wrapper is incomplete and does not cover the entire API.
So far it only covers the endpoint https://api.alternative.me/fng/
See [sample implementation](examples/fetch_last_ten_days.rs), or run it:
```bash
cargo run --example fetch_last_ten_days
```