pub fn write_archive_from_directory_stream<W: Write>( source_dir: &Path, writer: W, compress: &str, ) -> Result<FxarExportStats>
Write an FXAR v2 archive from a directory to a non-seekable stream (appends footer).