pub fn build_archive_bytes(source_dir: &Path) -> Result<Vec<u8>>Expand description
Build a tar.gz archive of source_dir (respecting .gitignore) and
return the resulting bytes. Excludes the literal .git directory.
ยงErrors
Returns the same errors as write_archive.