Skip to content

Lines of code tool#18

Open
kaleidawave wants to merge 6 commits intomainfrom
lines-of-code
Open

Lines of code tool#18
kaleidawave wants to merge 6 commits intomainfrom
lines-of-code

Conversation

@kaleidawave
Copy link
Owner

This scans projects and counts the number of lines of code

For Rust it also counts the number of items such as modules, function, data types, comments etc

Note that this is fairly basic and does not parse the source or evaluate macros, so this number is a best case. (You can use rustdoc output for those cases).

It then prints the results as JSON.

In the future this tool could support other language.

@kaleidawave kaleidawave added rust Written in Rust tool CLI tool labels Sep 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

rust Written in Rust tool CLI tool

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant