Crate pipette_client

Source
Expand description

The client for pipette.

Modules§

process
Code to launch a command inside the guest.
shell
Provides a shell abstraction to interact with the guest, similar to xshell::Shell.

Macros§

cmd
Constructs a Cmd from the given string, with interpolation.

Structs§

PipetteClient
A client to a running pipette instance inside a VM.

Constants§

PIPETTE_VSOCK_PORT
The port used for the pipette connection over AF_VSOCK.