Skip to content

lovetodream/swift-snappy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snappy

Tests Docs

This library is an implementation of Google's fast compression/decompression library Snappy in Swift. It Supports Darwin (macOS), Linux platforms, iOS, watchOS and tvOS.

Add dependency

Swift Package

Add Snappy to the dependencies within your application's Package.swift file.

.package(url: "https://github.com/lovetodream/swift-snappy.git", from: "1.0.0"),

Add Snappy to your target's dependencies.

.product(name: "Snappy", package: "swift-snappy"),

Xcode Project

Go to File > Add Packages, enter the Package URL https://github.com/lovetodream/swift-snappy.git and press Add Package.

Documentation and Usage

The documentation and usage examples are available via the API reference.

License

The swift-snappy code is under the same license as the original snappy source code. Full license text is available in LICENSE.

About

Google's fast compression/decompression library Snappy ported to Swift

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors