//! IHO **S-124** Navigational Warnings in the S-100 family — stub.
//!//! Supports **NAVAREA / coastal warning** style content as structured S-100 datasets for ECDIS.
#![forbid(unsafe_code)]/// Placeholder until S-124 warning records and geometry are modeled.
#[derive(Debug, Clone, Copy, PartialEq, Eq, Default)]pubstructNavigationalWarningsStub;#[cfg(test)]modtests{usesuper::*;#[test]fnstub(){let_= NavigationalWarningsStub;}}