rust-hotswap icon indicating copy to clipboard operation
rust-hotswap copied to clipboard

Easily hotswap functions in running executables

Results 3 rust-hotswap issues
Sort by recently updated
recently updated
newest added

I love the idea of hot reloading, but the crate could not compile now since the removal of qusi-quoting api https://github.com/rust-lang/rust/issues/46849 Should we migrate to [proc-macro](https://doc.rust-lang.org/reference/procedural-macros.html) with [syn](https://github.com/dtolnay/syn)/[quote](https://github.com/dtolnay/quote)?

Waiting for rustfmt to be updated on component `rustfmt-preview` before merge.

Would be neat if it were possible to automatically implicitly annotate all functions (presumably other than main) as hot swappable. That way you can toggle the hotswap feature easily on/off...