Crate hotspots_discovery

Crate hotspots_discovery 

Source
Expand description

This crate is used to discover files in a project for being used in the git-hotspots crate.

Structs§

Discovery
Discovery finds files in a directory recursively. It can filter out the files based on their prefix and if they not contain a certain string.
File
Contains the path and the language of a file.

Enums§

Lang
Contains the supported languages. The Undefined variant is used when the language is not supported.