Crate dei_core

Crate dei_core 

Source
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§

pub use error::Error;
pub use error::Result;

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