forcast-async

Crates.ioforcast-async
lib.rsforcast-async
version0.1.0
sourcesrc
created_at2019-01-13 22:32:01.904779
updated_at2019-01-13 22:32:01.904779
descriptionAn async Rust client for the Dark Sky API.
homepage
repository
max_upload_size
id108387
size34,433
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: 0

cargo fmt