Skip to main content

Crate swt

Crate swt 

Source
Expand description

Hierarchical configuration and global state management.

Re-exports§

pub use config::Config;
pub use config::thresholds::PartialThresholds;
pub use config::thresholds::Thresholds;
pub use config::thresholds::ThresholdsConfig;

Modules§

analyzer
Central orchestration for individual file analysis.
config
Global configuration orchestrator and hierarchical loader.
errors
Custom error types for the Sweet analyzer.
languages
Strategy pattern for language-specific analysis rules.
report
Report generation and formatting module.

Structs§

FileReport
Analysis results for a single source file.
RepetitionDetail
Details about a specific duplicated code chunk.