Crates.io | forcast-async |
lib.rs | forcast-async |
version | 0.1.0 |
source | src |
created_at | 2019-01-13 22:32:01.904779 |
updated_at | 2019-01-13 22:32:01.904779 |
description | An async Rust client for the Dark Sky API. |
homepage | |
repository | |
max_upload_size | |
id | 108387 |
size | 34,433 |
This crate is based off of the synchronous dark sky api crate found here: https://crates.io/crates/forecast
Everything is exactly the same except that all responses are in the form of futures that must be run/executed by your own runtime (i.e. Tokio).