Module weathernoaa::weather[][src]

Structs

Station

Weather station information

Temperature

Temperature in both celsius and Fahrenheit units.

WeatherInfo

Weather information for a particular station.

WeatherTime

The timestamp of the weather data.

WindInfo

Wind Information

Enums

WeatherError

Enum representing the various errors that the library can return.

Functions

get_blocking_weather

Same function as get_weather but a blocking version.

get_weather

This function retrieves the weather information from from the NOAA observations.

parse_weather

Nom parser for parsing WeatherInfo from raw data.