agpm_suggestions

Crates.ioagpm_suggestions
lib.rsagpm_suggestions
version0.0.1
sourcesrc
created_at2022-12-27 17:10:03.7884
updated_at2022-12-27 17:10:03.7884
descriptionA way to provide suggestions for building projects
homepage
repositoryhttps://github.com/david-soto-m/amisgitpm
max_upload_size
id746338
size12,103
David (david-soto-m)

documentation

README

agpm_suggestions

This crate provides a 2 functions, and a trait

The trait SuggestionsDirs is an 'add on' to the Directories trait, adding one function to get the directory where the suggestions are supposed to be stored

Then it provides a function to download the suggestions and another to get them for a given directory

In said directory it explores conformity to known structures (such as having a Makefile or a meson.build files), and the information available in different *.md.

Commit count: 92

cargo fmt