Function cksfv::newsfv

source ·
pub fn newsfv<'a, F, C>(files: F, config: C) -> Result<bool, Error>where
    F: IntoIterator<Item = &'a Path>,
    C: Into<Option<Config>>,
Expand description

Generate a new SFV listing from a list of files.

This function always writes the result to config.stdout, which defaults to std::io::Stdout if no configuration is provided.