rust-embedded / svd2rust

Generate Rust register maps (`struct`s) from SVD files
Apache License 2.0
674 stars 147 forks source link

Debug impl cleanups #836

Closed burrbull closed 1 month ago

burrbull commented 2 months ago

DebugStruct::field takes &dyn Debug. For primitive types it should give same result as Display.

burrbull commented 1 month ago

cc @Emilgardis