dymod icon indicating copy to clipboard operation
dymod copied to clipboard

A Rust macro to allow hotswapping code for a module in debug mode, but statically linking it safely in release mode.

dymod

This crate provides a macro, dymod!, which allows you to specify a Rust module which will by dynamically loaded and hotswapped in debug mode, but statically linked in release mode.

Archived in favor of https://git.sr.ht/~mistodon/dymod