Re-exports§
pub use analyze::AnalyzedRule;pub use analyze::AnalyzedRuleSet;pub use analyze::InspectionLevel;pub use analyze::Posture;pub use expand::RawRuleSet;pub use merge::MergedConfig;pub use merge::RawRuleFile;
Modules§
Functions§
- compile
- Facade for the core compile pipeline.
- compile_
collecting - Collecting form of
compile: returns the accumulatedDiagnosticswhen one or more stages report errors, instead of collapsing them into a singleError. Used by callers (CLI, management RPC dry-run) that want to surface every problem in one turn.