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§
- Oracle
Result - The result of running an oracle analyzer against a
ProbeSet. - Probe
Definition - A single HTTP request to execute against a target.
- Probe
Set - Paired response surfaces for differential analysis.
- Response
Surface - A single HTTP interaction: full response surface and wall-clock timing.
Enums§
- Error
- Errors produced by parlov crates.
- Oracle
Class - The oracle class being probed.
- Oracle
Verdict - Confidence level of an oracle detection result.
- Severity
- Severity of a confirmed or likely oracle.