Skip to main content

Module procs

Module procs 

Source
Expand description

Process tools: list (ps), control (kill), and PATH lookup (which).

ps/kill reuse the already-present sysinfo crate, so they add no dependencies; which is plain PATH scanning. Together they turn the host into a small activity monitor any app can drive.

Functionsยง

handle
Dispatch a process command.