prettyprint 0.8.1

Print beautifully formatted files and strings to your terminal
Documentation
1
2
3
4
5
6
use crate::directories::ProjectDirs;

lazy_static! {
    pub static ref PROJECT_DIRS: ProjectDirs =
        ProjectDirs::from("", "", crate_name!()).expect("Could not get home directory");
}