Skip to main content

Crate clankerdiff_protocol

Crate clankerdiff_protocol 

Source
Expand description

Stable, versioned JSON envelopes emitted by the clankerdiff executable.

Protocol compatibility is independent from this crate’s package version. Deserialization accepts unknown fields for forward compatibility, while parse_response validates versions and outcome/submission invariants.

Structs§

CapabilityResponse

Enums§

ParseResponseError
ProtocolValidationError
ReviewKind
ReviewOutcome
ReviewResponse
UiKind

Constants§

PROTOCOL_VERSION

Functions§

parse_response
Parses and validates a subprocess review response.