translator 0.1.1

A procedural macro which translates your repr-C structs into C++, Python and C# at compile time for helping write FFI libraries
Documentation

Translator

Translator is a procedural macro for translating rust structs that are repr-C to C#, Python, and C++ at compile time. It is useful in writing rust libraries which are exposed via an FFI.