codelens-core 0.0.3

Core library for codelens - high performance code statistics tool
Documentation
1
2
3
4
5
//! Directory traversal with parallel processing.

mod parallel;

pub use parallel::{ParallelWalker, WalkerConfig};