rweather_decoder/
lib.rs

1//! Decoders of various weather reports.
2
3pub mod datetime;
4pub mod metar;