Expand description
§A Rust procedural macro for NMEA 0183-style content parsing
Based on nom-derive and with a lot of similarities, nmea0183-derive is a custom
derive attribute to derive content parsers for your NMEA 0183-style data structures.
It is not meant to replace nmea0183-parser, but to work alongside it, providing
a convenient and easy way to derive parsers for your data structures without having
to write boilerplate code.
Derive Macros§
- Nmea
Parse - A Rust procedural macro for NMEA 0183-style content parsing