codelens-core 0.0.3

Core library for codelens - high performance code statistics tool
Documentation
1
2
3
4
5
6
7
8
9
10
//! Code analysis modules.

mod complexity;
pub mod counter;
mod file;
pub mod stats;
pub mod trie;

pub use complexity::ComplexityAnalyzer;
pub use file::FileAnalyzer;