| Crates.io | w32die |
| lib.rs | w32die |
| version | 0.1.0 |
| created_at | 2024-07-04 19:51:26.800933+00 |
| updated_at | 2024-07-04 20:40:06.619141+00 |
| description | A simple binary that wraps any executable and runs it in a Windows Job Object to ensure it (and all its children) are terminated when the parent process dies. |
| homepage | https://github.com/bukowa/w32die |
| repository | https://github.com/bukowa/w32die |
| max_upload_size | |
| id | 1292072 |
| size | 9,182 |
A simple binary that wraps any executable and runs it in a Windows Job Object to ensure it (and all its children) are terminated when the parent process dies.
cargo install w32die
w32die [OPTIONS] -- <command> [ARGS]
$ w32die -- echo "Hello, World!"