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

Add support for exporting tuple structs #45

Closed randomPoison closed 4 years ago

randomPoison commented 4 years ago

Generalize support for structs such that all styles of struct can be handled in a more uniform way. This allows us to export tuple structs by handle or by value the same way for all styles of struct. Exporting methods for tuple-like structs is still not supported, though.