//! [`aerocontext_core::WeatherBriefingProvider`] adapter for the
//! aviationweather.gov Data API.
//!
//! The Data API is product-oriented: an area briefing fans out over the
//! per-product endpoints (`metar`, `taf`, `pirep`, `airsigmet`) under
//! `https://aviationweather.gov/api/data/` and normalizes the JSON
//! responses into [`aerocontext_core::Product`]s. No authentication is
//! required, but AWC asks clients to send a custom `User-Agent`.
pub use ;