iliekturtles / uom

Units of measurement -- type-safe zero-cost dimensional analysis
Apache License 2.0
989 stars 89 forks source link

Add defmt::Format support #437

Closed Aehmlo closed 11 months ago

Aehmlo commented 11 months ago

This is essentially #386 in a trenchcoat (thanks @therealfrauholle!), rebased against the latest upstream master and with a minor change to use an implicit defmt feature instead of an explicit one.

Closes #385.

Aehmlo commented 11 months ago

It appears that I was confused and 1.60.0 isn't actually sufficient for this (currently looks like maybe 1.64.0 or even 1.67.0?). This may not be feasible with defmt's current MSRV policy.