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 is the implementation of the macro. It will ALWAYS return an empty TokenStream