Skip to main content

tech_of

Function tech_of 

Source
pub fn tech_of(dir: &Path) -> Option<&'static str>
Expand description

The technology of a repository, read from its version file: Cargo.toml means rust, pyproject.toml means python, a VERSION file means bash.