Hacker News new | ask | show | jobs
by robertkrahn01 1414 days 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/exam...

1 comments

Very cool!