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.
-
termbox-crystal
Bindings, wrapper, and utilities for termbox (terminal interface library) in Crystal -
serialport.cr
Crystal bindings for libserialport: cross-platform library for accessing serial ports.
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai
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