Skip to main content

Crate hotpatch_rs

Crate hotpatch_rs 

Source
Expand description

hotpatch-rs: atomic function-level hot patching for long-running Rust services.

Re-exports§

pub use abi::PatchEntryV1;
pub use abi::PatchFn;
pub use abi::PatchModuleV1;
pub use abi::ABI_MAGIC_V1;
pub use abi::ABI_VERSION_V1;
pub use abi::MODULE_EXPORT_SYMBOL_V1;

Modules§

abi

Macros§

hotpatch_module
Export a patch module manifest with a stable C ABI.

Structs§

HotpatchRuntime
ModuleLoadReport

Enums§

HotpatchError

Type Aliases§

Result