You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently several compression types are offered for file exports but ZIP is not one of them. It appears the zip Rust crate does support this output format and I believe it is using DEFLATE compression under the hood. So, hopefully this will not be any more intensive that the DEFLATE option but with a zip file container around it.
If this is added, then the format options would change to:
Summary
Currently several compression types are offered for file exports but
ZIP
is not one of them. It appears the zip Rust crate does support this output format and I believe it is using DEFLATE compression under the hood. So, hopefully this will not be any more intensive that the DEFLATE option but with a zip file container around it.If this is added, then the format options would change to:
The text was updated successfully, but these errors were encountered: