yahoo-weather-rs
The yahoo-weather-rs create downloads the actual weather data for a given location and transforms it into rust data structures.
Usage
Add yahoo-weather-rs as a dependency in Cargo.toml:
[]
= "0.2"
Use the get_weather() function to get the weather data.
extern crate yahoo_weather;
License
Copyright © 2016 Robert Schütte
Distributed under the MIT License.