pub fn write_archive<W: Write>(
store: &VersionStore,
writer: W,
compress: &str,
timestamp_filter: Option<&str>,
) -> Result<FxarExportStats>Expand description
Write an FXAR v2 archive from a VersionStore (streaming – appends footer).