codelens-core 0.1.1

Core library for codelens - high performance code analysis 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;