Crate translator

Source
Expand description

§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.

Derive Macros§

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