randomPoison / cs-bindgen

Experiment in using Rust to build a library that can be loaded by Unity across multiple platforms
4 stars 0 forks source link

Remove errant #[derive(Debug)] on generated types #41

Closed randomPoison closed 4 years ago

randomPoison commented 4 years ago

Fixes an error that would happen if you had if a data-carrying enum was nested inside another data-carrying enum. Added a regression test to the integration test suite to cover this case.