Crate translator [] [src]

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.

Functions

translate

translate is the implementation of the macro. It will ALWAYS return an empty TokenStream