rust-fatfs
rust-fatfs copied to clipboard
Add missing `Debug` implementations.
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.