Skip to content

Repository files navigation

Compression

Compression algorithms

Package.swift

.package(url:"https://github.com/swiftstack/dcompression.git",.branch("dev"))

Memo

struct Inflate {staticfunc decode<T:InputStream>(from stream:T)throws->[UInt8]}struct GZip {
static func decode<T:InputStream>(from stream:T)throws->[UInt8]}

About

GZip, Deflate

Topics

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages