Popularity
3.0
Stable
Activity
0.0
Declining
6
2
1

Programming language: Crystal
Tags: Low Level Bindings    

snappy-crystal alternatives and similar shards

Based on the "Low level bindings" category.
Alternatively, view snappy-crystal alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of snappy-crystal or a related project?

Add another 'Low level bindings' Shard

README

snappy

Build Status

Project no longer maintained, use https://github.com/naqvis/snappy instead

Snappy bindings for Crystal

Installation

Add this to your application's shard.yml:

dependencies:
  snappy:
    github: benoist/snappy-crystal

Usage

require "snappy"

deflated = Snappy.deflate("something".to_slice)
inflated = Snappy.inflate(deflated)

Contributing

  1. Fork it ( https://github.com/[your-github-name]/snappy/fork )
  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 a new Pull Request

Contributors

  • Benoist Benoist Claassen - creator, maintainer