Skip to content

Commit 03d3f13

Browse files
committed
Added codestats
1 parent e0669d2 commit 03d3f13

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

draft/2025-12-03-this-week-in-rust.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,16 @@ and just ask the editors to select the category.
4545

4646
### Project/Tooling Updates
4747

48+
#### Codestats 0.3.1 Released!
49+
50+
[Codestats](https://github.com/trypsynth/codestats) is a lightning-fast CLI tool for generating detailed statistics about any folder of source code. It respects `.gitignore` files, symlinks, and hidden files — all fully configurable.
51+
52+
The new v0.3.1 release comes with major performance improvements: it can analyze an entire 100+ GB home directory, including over 3 GB of code, in just over 8 seconds, with zero caching.
53+
54+
Codestats supports 350+ programming languages, detects languages via file extensions, shebangs, and even comment/keyword syntax, and can output results in multiple formats: human-readable, CSV, and JSON, with more actively being developed.
55+
56+
If you need a high-performance, accessible, no-nonsense code analyzer, give it a try!
57+
4858
### Observations/Thoughts
4959

5060
### Rust Walkthroughs

0 commit comments

Comments
 (0)