Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidrouyer/snappy
Snappy for .NET Standard
https://github.com/davidrouyer/snappy
Last synced: 14 days ago
JSON representation
Snappy for .NET Standard
- Host: GitHub
- URL: https://github.com/davidrouyer/snappy
- Owner: DavidRouyer
- License: bsd-3-clause
- Created: 2016-09-24T16:24:03.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T23:10:07.000Z (6 months ago)
- Last Synced: 2024-11-01T22:08:11.061Z (14 days ago)
- Language: C#
- Size: 247 KB
- Stars: 7
- Watchers: 4
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Snappy for .NET Standard [![Build Status](https://travis-ci.org/DavidRouyer/Snappy.svg?branch=master)](https://travis-ci.org/DavidRouyer/Snappy)
.NET Standard client for Google's Snappy compression library inspired by [Snappy.NET](https://snappy.angeloflogic.com/).
# Usage on Linux
On Linux, this library depends on the Snappy package.
For Debian/Ubuntu:
`apt-get install libsnappy1 libsnappy-dev`