noaa_weather_client 1.3.0

A client library for the NOAA weather.gov API
Documentation
1
2
3
4
5
6
7
8
#![doc = include_str!("../README.md")]
#![cfg_attr(docsrs, feature(doc_cfg))]

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

pub use apis::configuration::Configuration;