pub fn save_to_zip_with<P: TrxScalar>(
trx: &TrxFile<P>,
path: &Path,
groups_compression: CompressionMethod,
) -> Result<()>Expand description
Save a TrxFile<P> to a .trx zip archive, applying groups_compression
to groups/ entries only. All other entries (header, positions, offsets,
dps, dpv, dpg) are always Stored.