Expand description
You probably want documentation for the hotpatch
crate.
Attribute Macrosยง
- 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. - Transforms a function into a
Patchable
capable of having its behavior redefined at runtime.