process_tools 0.34.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
16
# Documentation

### Scope

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

### Responsibility Table

| File | 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 |
| `guide/` | Cross-module usage workflows and integration patterns |
| `entities.md` | Master index of doc entity types and doc instances |
| `doc_graph.yml` | Cross-reference connectivity graph between doc instances |