processkit 2.2.0

Async child-process management for tokio: whole-tree kill-on-drop (no orphans), plus streaming, pipelines, timeouts, and supervision
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
/target

# 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/