Crate fmu_from_struct_derive

Crate fmu_from_struct_derive 

Source

Derive Macrosยง

Fmu
The function that implements the derive macro. It starts by passing the input token stream, with the help from the syn crate. In particular, the goal is to create different data structures with relevant information about the structure. Then, the parsed data structures are used to generate new functions for the structure that makes it support the FMI-standard.