nadavrot / layout

Layout is a rust library and a tool that renders Graphviz dot files.
MIT License
656 stars 39 forks source link

Add Debug impl's for all public structs. #34

Closed cowlicks closed 1 month ago

cowlicks commented 1 month ago

This is really nice to have when working with a library. I also added a #![warn(missing_debug_implementations)] to help enforce this in the future.

nadavrot commented 1 month ago

Thank you for the fixes.