🗜 A tiny Swift extension to decompress Zlib data.
import Zlib
// Decompressed data
print(data.decompressed)
// Decompressed string
print(data.decompressed.string)
https://github.com/mezhevikin/Zlib.git
Inspired vauxhall
🗜 A tiny Swift extension to decompress Zlib data.
import Zlib
// Decompressed data
print(data.decompressed)
// Decompressed string
print(data.decompressed.string)
https://github.com/mezhevikin/Zlib.git
Inspired vauxhall