limine-rs
limine-rs copied to clipboard
treewide: derive Debug everywhere
This supersedes https://github.com/limine-bootloader/limine-rs/pull/30 by removing the controversial parts.
This is only a "dumb" version where just fields are printed. A follow-up might also print the return value of relevant methods for a given type.
Ping @48cf.
This was already decided against in #24, which is why I wrote my own debug implementations
Oh.. Thanks for the reply. We'll, This is very unfortunate as it limits API users in an unnecessary way.