[][src]Crate hotpatch_macros

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.