weatherkit-doomfish 0.2.0

Safe Rust bindings for Apple's WeatherKit framework — weather data on macOS
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub use crate::availability_kind::{
    AvailabilityKind, AvailabilityKindDescriptor, WeatherAvailability,
};
pub use crate::current_weather::{CloudCoverByAltitude, CurrentWeather, UVIndex, Wind};
pub use crate::daily_forecast::{
    DailyForecast, DayForecast, DayPartForecast, PrecipitationAmountByType, SnowfallAmount,
};
pub use crate::hourly_forecast::{HourForecast, HourlyForecast};
pub use crate::minute_forecast::{MinuteForecast, MinuteForecastCollection};
pub use crate::moon_events::{MoonEvents, MoonPhase, MoonPhaseDescriptor};
pub use crate::pressure::{Pressure, PressureTrend, PressureTrendDescriptor};
pub use crate::service::{Weather, WeatherMetadata};
pub use crate::sun_events::SunEvents;
pub use crate::weather_alert::{WeatherAlert, WeatherSeverity, WeatherSeverityDescriptor};
pub use crate::weather_attribution::WeatherAttribution;
pub use crate::weather_condition::{Precipitation, WeatherCondition, WeatherConditionDescriptor};