Re-exports§
pub use cpp_style::BraceStyle;pub use cpp_style::CppStyleAnalysis;pub use cpp_style::IndentStyle;pub use cpp_style::PointerStyle;pub use cpp_style::StyleGuideScore;pub use style::StyleAnalysis;pub use style::StyleSignal;
Modules§
- cpp_
style - Lexical style-guide adherence analysis for C and C++ source files.
- style
- Multi-language style-guide analysis.
Dispatch entry:
analyze_style(language, text) -> Option<StyleAnalysis>.
Structs§
- Analysis
Options - IEEE 1045-1992 counting options passed from
sloc-core(built fromAnalysisConfig). - RawFile
Analysis - RawLine
Counts