Skip to main content

write_archive_seekable

Function write_archive_seekable 

Source
pub fn write_archive_seekable<W: Write + Seek>(
    store: &VersionStore,
    writer: W,
    compress: &str,
    timestamp_filter: Option<&str>,
) -> Result<FxarExportStats>
Expand description

Write FXAR v2 with seekable writer – updates header offsets in-place.