AeroRust/nmea

Support defmt

PegasisForever opened this issue · 3 comments

defmt is a high performance logging framework extensively used in embedded rust. It would be great if we can add a feature flag to implement defmt::Format for the Error struct and the Nmea struct.

Yes, please!
It's a new feature that would be greatly improve no_std.

We're welcoming PRs

Added for next release - v0.6 0.7
We should also consider other serialization derives (like bincode, serde, etc.).
Edit: Serde support was added in #102

elpiel commented

@PegasisForever feature is now on main