<joelsa[m]> "Hey, I am writing a lot of..." <- > <@joelsa:fehler-in-der-matrix.de> Hey, I am writing a lot of code currently that is heavily shared between Linux and STM32. Did anybody ever write a transport for defmt on Linux?
> 
> Right now I have feature-gated it all to use either log::info! or defmt::info! based on whether std is enabled or not and made sure my types implement both core::fmt::Debug and defmt::Format, but this is not really ergonomic and I'd really love to be able to simply use defmt::info on Linux.

discussion is still ongoing here: https://github.com/knurling-rs/defmt/pull/890