cargo-hot 0.1.1

cargo run but with hot reloading, powered by subsecond
Documentation
1
2
3
4
5
pub mod hotpatch;
pub mod link;
pub mod rustc;

pub type Result<T> = anyhow::Result<T>;