Skip to main content

Crate parlov_core

Crate parlov_core 

Source
Expand description

Shared types, error types, and oracle class definitions used across all parlov crates.

This crate is the dependency root of the workspace — it carries no deps on other workspace crates and is designed to compile fast. Everything in here is pure data: no I/O, no async, no heavy dependencies.

Structs§

OracleResult
The result of running an oracle analyzer against a ProbeSet.
ProbeDefinition
A single HTTP request to execute against a target.
ProbeSet
Paired response surfaces for differential analysis.
ResponseSurface
A single HTTP interaction: full response surface and wall-clock timing.

Enums§

Error
Errors produced by parlov crates.
OracleClass
The oracle class being probed.
OracleVerdict
Confidence level of an oracle detection result.
Severity
Severity of a confirmed or likely oracle.