Crate hotpatch_macros

Source
Expand description

You probably want documentation for the hotpatch crate.

Attribute Macrosยง

patch
Transforms a function into a HotpatchExport capable of being exported and changing the behavior of a function in a seperate binary at runtime. The original function is preserved.
patchable
Transforms a function into a Patchable capable of having its behavior redefined at runtime.