w32die

Crates.iow32die
lib.rsw32die
version0.1.0
sourcesrc
created_at2024-07-04 19:51:26.800933
updated_at2024-07-04 20:40:06.619141
descriptionA 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.
homepagehttps://github.com/bukowa/w32die
repositoryhttps://github.com/bukowa/w32die
max_upload_size
id1292072
size9,182
Buk Bukowski (bukowa)

documentation

README

w32die

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.

Installation

cargo install w32die

Usage

w32die [OPTIONS] -- <command> [ARGS]

Example

$ w32die -- echo "Hello, World!"
Commit count: 4

cargo fmt