Skip to main content

nea_rs/
lib.rs

1//! @generated by satay. Do not edit by hand.
2
3pub const SERVER_URL: &str = "https://api-open.data.gov.sg/v2/real-time/api";
4pub mod types;
5pub use types::*;
6#[cfg(feature = "json")]
7mod api;
8#[cfg(feature = "json")]
9pub use api::*;
10pub mod psi;
11pub use psi::*;
12pub mod pm25;
13pub use pm25::*;
14pub mod air_temperature;
15pub use air_temperature::*;
16pub mod relative_humidity;
17pub use relative_humidity::*;
18pub mod wind_speed;
19pub use wind_speed::*;
20pub mod wind_direction;
21pub use wind_direction::*;
22pub mod rainfall;
23pub use rainfall::*;
24pub mod two_hr_forecast;
25pub use two_hr_forecast::*;
26pub mod twenty_four_hr_forecast;
27pub use twenty_four_hr_forecast::*;
28pub mod four_day_outlook;
29pub use four_day_outlook::*;
30pub mod uv;
31pub use uv::*;
32pub mod weather_sub_api;
33pub use weather_sub_api::*;