Skip to main content

Crate p4cli_20251

Crate p4cli_20251 

Source

Structs§

P4Cli
Per-instance temp dir via tempfile, cleaned up on Drop.
P4Command
Builder for a single p4 invocation (timeout, cwd, env, stdin).
P4Output
Raw stdout/stderr bytes and exit code from a p4 invocation.
P4Stream
Merged stdout/stderr byte chunks (~64 KB each) as a single iterator.

Enums§

P4StreamEvent
A single event yielded by P4Stream.