forecast-async

Crates.ioforecast-async
lib.rsforecast-async
version0.1.1
sourcesrc
created_at2019-01-13 22:37:44.424497
updated_at2019-01-13 22:37:44.424497
descriptionAn async Rust client for the Dark Sky API.
homepage
repositoryhttps://github.com/jgall/forecast-rs-async
max_upload_size
id108390
size34,551
John Gallagher (jgall)

documentation

README

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).

Commit count: 8

cargo fmt