hot-lib-reloader-rs
Code reloader
Enables live coding and rapid feedback cycles by reloading Rust code without requiring the application to restart.
Reload Rust code without app restarts. For faster feedback cycles.
616 stars
9 watching
20 forks
Language: Rust
last commit: 7 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
jeremyevans/rack-unreloader | A Rack application that automatically reloads modified code while ensuring clean and idempotent reloading of constants. | 99 |
ddovod/jet-live | Enables 'hot code reloading' in C++ applications without separate shared libraries. | 412 |
sachinsenal0x64/hot.nvim | A plugin for Neovim that enables live code reloading and testing for multiple programming languages. | 28 |
lifeart/ember-ast-hot-load | Enables hot reloading of components in Ember applications without full page reloads. | 91 |
edwingeng/hotswap | Allows code changes to take effect without restarting the server | 354 |
knobo/live-reload | A tool for live reloading of web pages during development | 8 |
rustyio/sync | Utility for automatic code recompilation and reloading in Erlang development environments | 749 |
sol/reserve | A tool for immediate code reloading in Haskell web applications | 70 |
nlguillemot/live_reload_test | Demonstrates live reloading of C++ code during development and testing | 14 |
ionoy/livesharp | A hot reload solution for the .NET platform | 72 |
fungos/cr | Provides a live-reload solution for C applications | 1,567 |
adopted-ember-addons/ember-cli-hot-loader | Enables hot reloading in Ember applications to quickly update changes without requiring a full page reload | 99 |
pylons/hupper | Automatically reloads code after file changes during development. | 213 |
rtomayko/shotgun | An automatic reloading version of the Rack command that forks and reloads an application on each request. | 864 |
aabccd021/bun-html-live-reload | Automates HTML live reloading when using Bun hot reloading | 31 |