snappy

1.0.0

Google's fast compression/decompression library Snappy ported to Swift
lovetodream/swift-snappy

What's New

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.

Description

  • Swift Tools 5.7.0
View More Packages from this Author

Dependencies

Last updated: Thu May 16 2024 09:47:09 GMT-0900 (Hawaii-Aleutian Daylight Time)