nea-rs 0.2.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
9
10
11
12
13
14
15
16
//! @generated by satay. Do not edit by hand.
#![allow(
    clippy::doc_markdown,
    clippy::missing_errors_doc,
    clippy::must_use_candidate,
    clippy::needless_pass_by_value,
    clippy::return_self_not_must_use,
    clippy::single_match_else
)]

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