Crates.io | forecast-async |
lib.rs | forecast-async |
version | 0.1.1 |
source | src |
created_at | 2019-01-13 22:37:44.424497 |
updated_at | 2019-01-13 22:37:44.424497 |
description | An async Rust client for the Dark Sky API. |
homepage | |
repository | https://github.com/jgall/forecast-rs-async |
max_upload_size | |
id | 108390 |
size | 34,551 |
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).