rksm / hot-lib-reloader-rs

Reload Rust code without app restarts. For faster feedback cycles.
MIT License
597 stars 19 forks source link

Add `crate` attribute to `hot_module` proc-macro #28

Closed izissise closed 1 year ago

izissise commented 1 year ago

Make it possible for users to specify what crate name is inside the generated module code.

This allow usage with aliases crate name and re-export hot-lib-reloader-rs from another crate

Fix #27

rksm commented 1 year ago

Cool, thank you!