//! Components used to safely generate gitignore
//! templates from a template generator API over HTTP.
pubmodconstant;// global constants
modcore;// core api
pubmodhelper;// internal helper logic
pubmodhttp_client;// http client to make api calls
pubmodparser;// cli args parser
pubmodvalidator;// cli args validators
// exposed entities
pubusecore::*;