processkit 2.3.2

Async child-process management for tokio: whole-tree kill-on-drop (no orphans), plus streaming, pipelines, timeouts, and supervision
Documentation
/target

# cargo-mutants writes disposable reports and build sandboxes here by default.
# Keep both the current and rotated run out of git and jj auto-snapshots.
/mutants.out/
/mutants.out.old/

# Rust
**/*.rs.bk
*.pdb

# Stray rustc build artifacts (loose .rlib/.rmeta from ad-hoc `rustc` runs;
# real builds live under /target above)
*.rlib
*.rmeta

.work/

# mdBook build output (book.toml, rendered from docs/)
/book