Crate crochet_macro

Crate crochet_macro 

Source

Macros§

disable
Disables a previously defined dynamic library hook.
enable
Enables a previously defined dynamic library hook.
is_enabled
Checks if a previously defined dynamic library hook is enabled.

Attribute Macros§

hook
Hooks a function in a dynamic library with the body of the attached function.
load
Example