Crate safe_hook_macros

Crate safe_hook_macros 

Source
Expand description

This create provides a convenient macro hookable to mark functions, allowing them to be hooked.

See safe-hook crate for more details.

Attribute Macrosยง

hookable
This macro is used to mark a function as hookable, without changing the signature. It generates some extra codes to support hooks, and registers the function to the inventory.