[][src]Function cksfv::newsfv

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

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.