Crate memflow_derive

Source

Attribute Macros§

connector
Creates a memflow connector plugin. This function takes care of supplying all necessary underlying structures for exposing a memflow connector plugin in the form of a dylib.
os
Creates a memflow os plugin. This function takes care of supplying all necessary underlying structures for exposing a memflow os plugin in the form of a dylib.

Derive Macros§

ByteSwap
Pod
Auto derive the Pod trait for structs.