esp-rs / embedded-svc

Rust APIs and abstractions for various embedded services (WiFi, Network, Httpd, Logging, etc.)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add defmt feature

ImUrX opened this issue · comments

commented

This will make people that use this crate be able to debug with just defmt and not require helper methods like Debug2Format.
It would require every derive(Debug) struct to also derive(defmt::Format if the defmt feature is enabled