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

Fully implement Derive for enums #29

Closed randomPoison closed 4 years ago

randomPoison commented 4 years ago

This PR adds support for adding #[cs_bindgen] to data-carrying enums, though for now it only generates the Describe impl for the enum.