alexxbb / hapi-rs

Idiomatic Rust bindings to Houdini Engine C API
MIT License
65 stars 7 forks source link

Improve Debug output of the info structs #15

Closed alexxbb closed 1 year ago

alexxbb commented 1 year ago

Consider crates like debug-ignore or derive-more to skip internal (ffi) struct fields.

alexxbb commented 1 year ago

I started improving this with the 0.9.1 release. More to come.