mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
[PR #723] Adds zstd (zstandard) support to zip/zipx and 7zip #1185
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/adamhathcock/sharpcompress/pull/723
State: closed
Merged: Yes
Zstandard zips can be created with winzip. Zstandard 7zips can be created with 7zip here: https://github.com/mcmilk/7-Zip-zstd
This uses the nuget package from this git repo: https://github.com/oleg-st/ZstdSharp
As this PR uses an external nuget reference, I'm submitting it for reference. Should the zstd code be imported to SharpCompress?
Thanks.