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
Diagnosticwith Solana-specific, actionable advice.
Structs§
- Diagnostic
- A single finding about a scenario.
Functions§
- evaluate
- Run every rule against the context and collect the findings.