squidpickles / ais

An AIS parser written in Rust
Apache License 2.0
15 stars 9 forks source link

make radio_status and navigation modules public #14

Closed ebuckley closed 1 year ago

ebuckley commented 1 year ago

Really minor change here, but I found that I needed these modules to be public so that I could access the types of the fields on a PositionReport (I.E Accuracy, ManeuverIndicator, RateOfTurn, RadioStatus)

squidpickles commented 1 year ago

Makes sense. Thanks for the PR. I'll cut a release momentarily.