Skip to main content

Module diagnostics

Module diagnostics 

Source
Expand description

Diagnostic engine: turns analysed data into actionable, Solana-specific findings.

Re-exports§

pub use rules::Context;

Modules§

rules
Individual diagnostic rules. Each inspects the analysed data and optionally emits a Diagnostic with Solana-specific, actionable advice.

Structs§

Diagnostic
A single finding about a scenario.

Functions§

evaluate
Run every rule against the context and collect the findings.