AeroRust / nmea

NMEA 0183 - for communication between marine electronics such as echo sounder, sonars, anemometer, gyrocompass, autopilot, GNSS receivers and many other types of instruments. Defined and controlled by the National Marine Electronics Association (NMEA)
https://crates.io/crates/nmea
Other
56 stars 41 forks source link

Adding WNC sentence type #110

Closed jarrod817 closed 8 months ago

jarrod817 commented 10 months ago

I would like to propose adding the WNC sentence type.

codecov[bot] commented 9 months ago

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (4e10c12) 77.51% compared to head (099bd4c) 77.62%.

Files Patch % Lines
src/sentences/wnc.rs 85.71% 3 Missing :warning:
src/parser.rs 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #110 +/- ## ========================================== + Coverage 77.51% 77.62% +0.11% ========================================== Files 33 34 +1 Lines 1223 1247 +24 ========================================== + Hits 948 968 +20 - Misses 275 279 +4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

elpiel commented 9 months ago

I've also fixed the MSRV and all the warnings so you should be good to go if your code follows rustfmt/clippy.