Skip to main content

Crate pipette_client

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_PORT
The port used for the pipette connection (AF_VSOCK or TCP).
PIPETTE_READY_MARKER
Marker line printed by pipette once its TCP listener is fully configured and ready to accept a connection. The host scans the guest serial console for this exact string before attempting to connect.