Open dellis1972 opened 3 years ago
I'd very much welcome this. We use System.IO.Compression
in our system, but need to use zstd as the compression scheme instead of the default zip so having an API that would allow drop-in replacement would be a huge win.
Just out of curiosity -- are there plans to implement this in the near future? :relaxed:
Near future, nearly impossible... :) But we'll see how it goes
Fair enough. Thanks for the quick response. :slightly_smiling_face:
We should add a
System.IO.Compresson
compatible api which uses LibZipSharp under the hood. This would allow developers to switch over to using LibZipSharp easily.