Rename property decompressedString to string
🗜 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
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
Zlib
🗜 A tiny Swift extension to decompress Zlib data.
Swift Package Manager
Inspired vauxhall