loc
Code counter
A Rust implementation of a line-of-code counting tool with improved performance compared to existing alternatives.
Count lines of code quickly.
2k stars
23 watching
125 forks
Language: Rust
last commit: 7 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
boyter/scc | Fast code counter with complexity calculations and COCOMO estimates written in pure Go. | 6,760 |
aldanial/cloc | A tool to count lines of code in various programming languages and file types | 19,634 |
joaodanielrufino/gcloc | A tool to count lines of code in various programming languages and file formats. | 30 |
ggreer/the_silver_searcher | A fast code search tool for large repositories | 26,185 |
xampprocky/tokei | A tool for displaying statistics about codebase size and language distribution | 11,251 |
gperftools/gperftools | A set of tools to analyze and optimize memory usage in C++ applications | 8,469 |
nrc/r4cppp | A tutorial designed to help experienced C and C++ programmers quickly learn Rust programming. | 3,650 |
tokio-rs/tracing | A framework for collecting structured diagnostic information from Rust programs | 5,510 |
ebtech/rust-algorithms | A collection of classic data structures and algorithms in Rust, showcasing the design and implementation for learning and reference purposes. | 3,770 |
checkedc/checkedc | An extension to C that adds bounds checking and type safety to existing C code. | 3,221 |
bheisler/criterion.rs | A library that provides a powerful and statistically rigorous tool for measuring code performance and detecting regressions | 4,616 |
asciidisco/sloccount | Analyzes code files and reports line counts of specific languages in a standard format. | 6 |
flosse/sloc | A tool to analyze and report on the size of source code in various programming languages | 945 |
rui314/chibicc | An open-source C compiler that aims to implement all C11 features and compile real-world programs correctly. | 9,726 |
swc-project/swc | A fast TypeScript/JavaScript compiler written in Rust | 31,243 |