Skip to main content

Crate perfgate_adapters

Crate perfgate_adapters 

Source
Expand description

Std adapters for perfgate.

In clean-arch terms: this is where we touch the world.

Structs§

CommandSpec
Command to execute.
FakeProcessRunner
A process runner that returns pre-configured results for specific commands.
HostProbeOptions
RunResult
Result of a single execution.
StdHostProbe
StdProcessRunner
Standard process runner using std::process::Command.

Enums§

AdapterError

Traits§

HostProbe
Host fingerprinting and metadata collection.
ProcessRunner