Function cargo_deb::data::generate_archive

source ·
pub fn generate_archive<W: Write>(
    dest: W,
    options: &Config,
    time: u64,
    rsyncable: bool,
    listener: &dyn Listener
) -> CDResult<(W, HashMap<PathBuf, [u8; 32]>)>
Expand description

Generates an uncompressed tar archive and hashes of its files