checklints 0.2.1

Check repositories against toml file(s) of constraints
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod cache;
pub mod cli;
pub mod command;
pub mod project;
pub mod settings;
pub mod types;

pub const THIS_CRATE_NAME: &str = env!("CARGO_PKG_NAME");
pub const INDENT: &str = "    ";
pub const CONFIG_FILE_NAME: &str = "config.toml";