cargo-run-copy 0.1.1

Like cargo run but runs from a copy to avoid file locking
Documentation
1
2
3
4
5
#![windows_subsystem = "windows"]

fn main() -> anyhow::Result<()> {
    cargo_run_copy::run(false)
}