Crates.io | nina |
lib.rs | nina |
version | 1.0.0 |
source | src |
created_at | 2021-07-26 09:28:25.419117 |
updated_at | 2024-04-05 13:53:45.461162 |
description | API for the Bundesamt für Bevölkerungsschutz |
homepage | https://warnung.bund.de |
repository | https://git.sr.ht/~fossdd/nina |
max_upload_size | |
id | 427324 |
size | 9,567 |
Rust library for nina.api.bund.dev, the german warn system.
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());