Skip to content
Branch: master
Find file History
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
example
src
.gitignore
Cargo.toml
README.md

README.md

My current little code hotloading solution for faster iteration during development.

Take a look at example to see how to use it.

This only works on macOS right now.

You might want to use -C prefer-dynamic when you're building with this. (It'll make your build times faster, and it's less likely to mess up dependencies that use mutable statics.)

If you need something fancier, check out dynamic_reload.

You can’t perform that action at this time.