Crate cordon
Source - spawn
- Low-level API for spawning cordoned processes, requiring manual memory management.
- systemd
- Support for creating cgroups via systemd transient units.
- Child
- A handle to a cordoned child process.
- Command
- A command to be launched within the cordon.
- ExitStatus
- The exit status of a child process.
- IdMap
- A user or group ID mapping table.
- MountTable
- A list of mounts to be carried out inside the child process.
- MountpointType
- The type of mountpoint to create.
- Namespace
- A namespace which can be unshared from the host.