typeshare-old
typeshare-old copied to clipboard
Generate code in different languages from Rust type definitions for FFI interop.
Results
1
typeshare-old issues
Sort by
recently updated
recently updated
newest added
```Rust enum Color { Red, Blue, } struct Palette { colors: Vec, } ``` This will generate the wrong type for `colors`. We need to add a way out if...