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

Generates an uncompressed tar archive and hashes of its files