The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Support for message type 11 (UTC/Date Response)
- Support for message type 19 (Extended Class B Position Report)
- Edition 2021
- Updated Nom dependency to v7
AssignedMode
moved intomessages.types
- Support for message type 17 (DGNSS Broadcast Binary Message).
- Support for message type 8 (Binary Broadcast Message). Note, the binary payload is not decoded yet.
- Support for message type 20 (Data Link Management Message)
- Support for message type 15 (Interrogation)
- Support for message type 18 (Static Class B Position Report)
- Utility renamed from
nmea
toais
- Many internal types with restricted inputs panic rather than returning errors
- Out-of-range values coming from parsed data now get passed through as unknown, rather than returning errors
- UTC hour is no longer Option
- Support for type 24 messages
- Export
AisParser
andAisFragments
at crate level
- Channel returns an
Option
to support missing channels (seen in real-world) - Maneuverability and date indices out of spec no longer throw an error
- Support for type 5 messages
- Support for fragmented sentences
- Top level interface now involves using an
AisParser
object - Message parsing happens at the same time as NMEA sentence parsing, if enabled
- Updated Nom dependency to v5
- Replaced error-chain with thiserror
- Link to documentation at https://docs.rs/ais
- Initial release