Function gfold::run[][src]

pub fn run(path: &Path, config: Config) -> Result<Results>
Expand description

This function is the primary, backend driver for gfold.

When executed, a Results object will be returned. Using its print_results() method will print results to STDOUT.