Skip to content

JD470/project_quantifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project Quantifier

This project is a small tool to see the size of your project.

Usage: project_quantifier [file formats you want to look(no binary files like .exe)].

Example:

quantifier .rs .md

->

Alt text

Modules

There are currently two modules in this program, rust functions and structs counter and also rust dependency counter.

You can create your own module to this program by creating a file in src/modules and your own struct with the name of your module. You'll have to import shared.rs to implement the trait Run for your module. Then your module will have to be listed in modules.rs::run_modules(). Don't forget to make your struct public!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages