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 returning lists of primitives from Rust functions #48

Closed randomPoison closed 4 years ago

randomPoison commented 4 years ago

This PR makes it possible to return Vec<T> from Rust functions, where T is one of the primitive types. This is a first step towards full support for marshaling lists of data.