rust-fatfs icon indicating copy to clipboard operation
rust-fatfs copied to clipboard

Add missing `Debug` implementations.

Open reitermarkus opened this issue 2 years ago • 0 comments

Regarding https://github.com/rafalh/rust-fatfs/pull/65#discussion_r884338092, I'm generally in favour of debuggability over compile time since this seems like a micro-optimization at this scale.

I mainly needed this while debugging this crate itself, but I still think having Debug for all public items in a crate is useful.

reitermarkus avatar May 31 '22 20:05 reitermarkus