Sha256: 41cc7096b24fe13a04449073fbf39d0805ea43b49e979dc404772563a6ba023c

Contents?: true

Size: 753 Bytes

Versions: 11

Compression:

Stored size: 753 Bytes

Contents

# Snappy ![](https://travis-ci.org/miyucy/snappy.svg?branch=master)

see https://github.com/google/snappy

## Preparation

Use libsnappy

    $ brew install snappy

Or

    $ brew install autoconf automake libtool

## Installation

Add this line to your application's Gemfile:

    gem 'snappy'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install snappy

## Usage

```ruby
require 'snappy'

Snappy.deflate(source)
# => Compressed data

Snappy.inflate(source)
# => Decompressed data
```

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
snappy-0.0.17-java README.md
snappy-0.0.17 README.md
snappy-0.0.16-java README.md
snappy-0.0.16 README.md
snappy-0.0.15-java README.md
snappy-0.0.15 README.md
snappy-0.0.14-java README.md
snappy-0.0.14 README.md
snappy-0.0.13 README.md
snappy-0.0.12-java README.md
snappy-0.0.12 README.md