currencyapi-rs: Rust Currency Converter
This package is a Rust wrapper for currencyapi.com that aims to make the usage of the API as easy as possible in your project.
Installation
This crate is under development. Especially the response parsing needs some more testing. However, if you still want to use it, you can install it by adding this to your Cargo.toml:
[]
= "0.1.0"
Requirements
- API Key for currencyapi.com
- Async runtime like tokio
Quickstart
use Currencyapi;
use models;
async
Endpoints accessible with a free account:
statuscurrencieslatesthistorical
These advanced endpoints currently require a paid subscription:
convertrange
Find out more about our endpoints, parameters and response data structure in the docs
License
The MIT License (MIT). Please see License File for more information.