#async #forecast #weather #darksky #async-client

nightly forcast-async

An async Rust client for the Dark Sky API

1 unstable release

Uses old Rust 2015

0.1.0 Jan 13, 2019

#3 in #darksky

Apache-2.0

35KB
1K SLoC

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

Dependencies

~20MB
~441K SLoC