awattar-api – Rust client for the awattar price API
This crates is an API client for the awattar price API.
The API of this crate is currently not considered stable and is likely to change in future releases.
Usage
For a full example have a look at the examples/-directory.
Add awattar-api to you dependencies:
[]
= "0.2.0"
Querying prices is simple:
use *;
use Utc;
async
License
This crate is licensed under the MIT license.