cargo-hot 0.1.1

cargo run but with hot reloading, powered by subsecond
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# cargo-hot

A very experimental attempt at implementing the [`subsecond`] server protocol as a standalone `cargo` command.

Currently just an exploration. Very broken! Will eat your laundry!

# Credits

All credits go to [Dioxus] for figuring out an amazing cross-platform way to hotpatch Rust binaries.
Most of the code is taken from their [`dioxus-cli`] tool.

[Dioxus]: https://github.com/DioxusLabs/dioxus
[`dioxus-cli`]: https://github.com/DioxusLabs/dioxus/tree/main/packages/cli
[`subsecond`]: https://docs.rs/subsecond/0.7.0-alpha.1/subsecond/index.html