mezura-core 1.1.1

The fast, multithreaded counting engine behind mezura: identifies each file's language, splits every line into code, comments and everything else, and counts user-defined keywords like classes and structs.
Documentation
1
2
3
4
5
6
7
8
9
10
//! The machinery that turns a set of targets into a result.

pub mod config;
pub mod targets;

pub(crate) mod consumer;
pub(crate) mod file_parser;
pub(crate) mod identity;
pub(crate) mod modules;
pub(crate) mod producer;