SwiftZSTD icon indicating copy to clipboard operation
SwiftZSTD copied to clipboard

Swift wrapper around ZSTD compression lib

Results 6 SwiftZSTD issues
Sort by recently updated
recently updated
newest added

hello! I literally broke my brain trying to add this as a pod\framework to my project. wghat is the proper way to do it?

Hello, As we are using this framework for our application, and we are migrating from Carthage to SwiftPM, I looked at the issue #7 and the work from @alizx. Some...

I decided to wrap your code as an SPM library. As soon as I get comfortable with the PR mechanism of GitHub I'm going to send it. however, I had...

for my code to work I need to comment out these two lines. other than that it can decompress only once. ``` deinit { if (haveCDict) { ZSTD_freeCDict(compDict) } if...

Hi, Thanks for your great effort. Do you have any plan to pack your code az an SPM package? I tried to do it myself but I found out it...

I get the following error when trying to install the package via `File` -> `Add Packages` ``` [package manifest at '/Package.swift' cannot be accessed (/Package.swift doesn't exist in file system)...