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