Module cmdext

Source
Expand description

Extensions for std::process::Command that operate on concepts from cap-std.

The key APIs here are:

  • File descriptor passing
  • Changing to a file-descriptor relative directory

Traitsยง

CapStdExtCommandExt
Extension trait for std::process::Command.