🗜 一个微小的 Swift 扩展,用于解压缩 Zlib 数据。
import Zlib // Decompressed data print(data.decompressed) // Decompressed string print(data.decompressed.string)
https://github.com/mezhevikin/Zlib.git
受 vauxhall 启发