3 releases (1 stable)
| 1.0.0 | Apr 5, 2024 |
|---|---|
| 0.0.1 | Aug 3, 2021 |
| 0.0.0 | Jul 26, 2021 |
#329 in Internationalization (i18n)
111 downloads per month
9KB
179 lines
NINA API
Rust library for nina.api.bund.dev, the german warn system.
Example
use nina::*;
let ags = "091620000000";
let covidrules_for_ags = covidrules(ags).unwrap();
let overview_for_ags = overview(ags).unwrap();
let mut warnings: Vec<MapWarning> = Vec::new();
warnings.extend(mowas().unwrap());
warnings.extend(katwarn().unwrap());
warnings.extend(biwapp().unwrap());
Dependencies
~8–19MB
~258K SLoC