Crate omp_codegen

source ·
Expand description

codgen crate that gives proc macros to generate exported functions and FFI related code automatically

Macros§

  • Creates a callback function for the component to call
  • Creates a userfunction that calls the native function in component str - for string data struct - for open.mp object pointers

Attribute Macros§

  • Creates an entry point function for the component to call when it loads Entry point function is necessary, all the function address is calculated and initialised here