oleg-st / ZstdSharp

Port of zstd compression library to c#
MIT License
200 stars 29 forks source link

how can i zip a directory with ZstdSharp? #16

Closed liuhj1018 closed 1 year ago

liuhj1018 commented 1 year ago

Now, i can zip a directory to a .tar file first, then zip a .tar file to .zst file. How can I zip a directory to .zst file directely?

oleg-st commented 1 year ago

ZstdSharp does not have this functionality, nor does zstd: https://github.com/facebook/zstd/issues/1526

liuhj1018 commented 1 year ago

thank you for the reply.