dynpatch-macro
Procedural macros for the dynpatch hot-patching system.
Macros
#[patch_trait]- Mark traits as patchable interfaces#[patchable]- Mark functions/methods for hot-swapping#[patch_impl]- Mark struct implementations as patches#[patch_entry]- Mark patch initialization entry points#[derive(HotConfig)]- Derive hot-reloadable configuration support
Example
use *;
License
MIT - See LICENSE file for details