You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For my purposes I needed to modify existing NMEA message into a new NMEA message, and by my surprise, I didn't find a way to display GgaData as str. Is this considered as part of this issue or a separate one? Thank you
It currently hasn't been considered part of this issue but it can be included.
The challenging part is that this is no longer a parsing job.
I do want to make this feature, however, there might be some challenges in implementing Display for all sentences ( like accuracy of floating numbers).
Are you willing to give a try with a few sentences and open a PR?
Other formats we could support (share your thoughts below):
serde Add serde support #102
bincode
ufmtdefmt seems to be the go-to solution nowadays, this won't be implementedAll of these formats should be optionally configured with a feature of the crate
The text was updated successfully, but these errors were encountered: