informationsea / xlsxwriter-rs

Excel file writer for Rust
https://crates.io/crates/xlsxwriter
Apache License 2.0
265 stars 44 forks source link

Debug trait for format enums #30

Open aarongpower opened 2 years ago

aarongpower commented 2 years ago

I've noticed the various enums in format.rs do not have the Debug trait derived. Is there a specific reason for this? I can see it is for other enums, e.g. the enums in worksheet.rs.

Happy to try a pull request, just wanted to check first.

informationsea commented 2 years ago

There are no reason that format.rs does not have the Debug trait. I just forgot to add. A pull request is welcome.