5 ms·
> have a "release" compilation mode that removes the hot reloading entirely Oh that is easy to do thanks to Rust features, see the reload-feature example: http
by robertkrahn01 4y ago
> have a "release" compilation mode that removes the hot reloading entirely
Oh that is easy to do thanks to Rust features, see the reload-feature example: https://github.com/rksm/hot-lib-reloader-rs/tree/master/examples/reload-feature https://github.com/rksm/hot-lib-reloader-rs/tree/master/exam...
- dymk 4y agoVery cool!