noaa_weather_client 0.1.2

A client library for the NOAA weather.gov API
Documentation
1
2
3
4
5
6
7
8
9
10
//! NOAA Weather API client library
//!
//! This crate provides a complete client for the NOAA Weather API,
//! including all endpoints for forecasts, alerts, observations, and more.

pub mod apis;
pub mod models;
pub mod utils;

pub use apis::configuration::Configuration;