exchangerateapi-rust
Rust client for exchangerateapi.net with two focused endpoints.
Install
Add to Cargo.toml:
= "0.1"
Quick start
use Client;
async
Usage
- Latest with optional symbols
- Historical by date and base
let subset = client.latest .await?;
let hist = client.historical.await?;
Examples
Run with your API key:
EXCHANGERATEAPI_KEY=your_api_key
EXCHANGERATEAPI_KEY=your_api_key
Free usage
A generous free tier exists for development and light workloads. Review current limits at exchangerateapi.net.
License
MIT