process_tools 0.31.0

Collection of algorithms and structures to handle processes properly.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Documentation

## Purpose

Technical documentation for the `process_tools` crate: subprocess execution, output capture, exit status synthesis, and process lifecycle management.

## Responsibility Table

| Entry | Responsibility |
|-------|----------------|
| `feature/` | Functional capabilities: what the crate does and why |
| `api/` | Public API surface: types, functions, builders, return types |
| `invariant/` | Behavioral contracts and platform guarantees |
| `entities.md` | Master index of doc entity types and doc instances |
| `doc_graph.yml` | Cross-reference connectivity graph between doc instances |