pub fn export_stream(
repo: &Repository,
writer: impl Write,
options: &FastExportOptions,
) -> Result<()>Expand description
Write a fast-import stream for the repository to writer.
ยงErrors
Propagates object database, ref, and revision walk errors.