append_entry

Function append_entry 

Source
fn append_entry<W: Write>(
    archive: &mut Builder<W>,
    path: &str,
    bytes: &[u8],
) -> Result<(), CliError>
Expand description

Append one deterministic regular-file archive entry.