Project no longer maintained, use https://github.com/naqvis/snappy instead
Snappy bindings for Crystal
Add this to your application's shard.yml
:
dependencies:
snappy:
github: benoist/snappy-crystal
require "snappy"
deflated = Snappy.deflate("something".to_slice)
inflated = Snappy.inflate(deflated)
- Fork it ( https://github.com/[your-github-name]/snappy/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
- Benoist Benoist Claassen - creator, maintainer