pub fn generate_archive<W: Write>(
    dest: W,
    options: &Config,
    time: u64,
    listener: &dyn Listener
) -> CDResult<(W, HashMap<PathBuf, Digest>)>
Expand description

Generates an uncompressed tar archive and hashes of its files