Struct img_diff::Config [] [src]

pub struct Config {
    pub src_dir: Option<PathBuf>,
    pub dest_dir: Option<PathBuf>,
    pub diff_dir: Option<PathBuf>,
    pub verbose: bool,
    pub help: bool,
}

Config includes all the variables in this application

Fields

the folder to read

the folder to compare the read images

the folder to output the diff images if a diff is found

toogle verbose mode

toogle help mode

Methods

impl Config
[src]

[src]

Config contructor, takes the env args as string vec

Trait Implementations

impl Debug for Config
[src]

[src]

Formats the value using the given formatter.