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
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.
The text was updated successfully, but these errors were encountered:
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
defmt
is a high performance logging framework extensively used in embedded rust. It would be great if we can add a feature flag to implementdefmt::Format
for theError
struct and theNmea
struct.The text was updated successfully, but these errors were encountered: