nea-rs 0.1.1

A type-safe, sans-IO Rust client for Singapore NEA real-time weather and environmental APIs.
Documentation
1
2
3
4
5
6
7
8
//! @generated by satay. Do not edit by hand.

#[cfg(feature = "json")]
mod json;
mod parts;
#[cfg(feature = "json")]
pub use json::*;
pub use parts::*;