Skip to main content

Crate pedant_types

Crate pedant_types 

Source
Expand description

Shared types for pedant capability analysis output.

Structs§

AttestationContent
Signed attestation binding a source hash to its capability profile.
CapabilityDiff
Set-difference between two capability profiles.
CapabilityFinding
Evidence that a specific capability is exercised at a source location.
CapabilityProfile
Aggregated capability findings for a crate or file.
ParseCapabilityError
Returned when a string does not match any known capability variant.
SourceLocation
File, line, and column of a capability finding.

Enums§

AnalysisTier
How deeply the source was analyzed, affecting finding accuracy.
Capability
A runtime or compile-time capability that a crate may exercise.