Expand description
Core domain models and traits for the dei code analyzer
This crate provides language-agnostic abstractions for code analysis, emphasizing zero-cost abstractions and strong typing.
Re-exports§
Modules§
- error
- Error types for the dei analyzer
- metrics
- Code metrics with strong typing
- models
- Analysis result models
- thresholds
- Detection thresholds with strong typing and validation
- traits
- Core traits for extensibility