Popularity
3.0
Declining
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.
-
magickwand-crystal
Bindings for MagickWand, the C interface for ImageMagick processing libraries -
termbox-crystal
Bindings and extension library for termbox (terminal UI library) -
wkhtmltopdf-crystal
Bindings / wrapper for libwkhtmltox (HTML to PDF / image converter)
Get performance insights in less than 4 minutes
Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
Sponsored
scoutapm.com
Do you think we are missing an alternative of snappy-crystal or a related project?
README
snappy
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
- 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
Contributors
- Benoist Benoist Claassen - creator, maintainer