Crate memflow_derive

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§

Batcher
Auto implement a function to batch read fields from a struct.
ByteSwap
Pod
Auto derive the Pod trait for structs.