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.
-
magickwand-crystal
Crystal C bindings for MagickWand library -
posix
POSIX/C bindings generator for the Crystal programming language -
termbox-crystal
Bindings, wrapper, and utilities for termbox (terminal interface library) in Crystal -
java.cr
Java Native Interface (JNI) bindings (and generator) for Crystal -
wkhtmltopdf-crystal
Crystal C bindings and wrapper for libwkhtmltox library -
serialport.cr
Crystal bindings for libserialport: cross-platform library for accessing serial ports. -
crystal-liblmdb
Crystal language bindings for the Symas LMDB database -
crystal-libpcap
Crystal bindings for libpcap - experimental
Static code analysis for 29 languages.
Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
Promo
www.sonarqube.org
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