str_compressor
Crystal String Compressor
Makes it easy to compress/decompress and string for sending over a network and multiple other uses.
Installation
Add the following to your shards.yml
dependencies:
str_compressor:
github: elorest/str_compressor
Run shards update
Usage
require "str_compressor"
# To use gzip
gzipped_str = Gzip.write("Hello World")
Gzip.read(gzipped_str) # => "Hello World"
# To use flate
flatecompressed_str = Flate.write("Hello World")
Flate.read(flatecompressed_str) # => "Hello World"
Contributing
- Fork it ( https://github.com/elorest/str_compressor/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
- elorest Isaac Sloan - creator, maintainer
Repository
str_compressor
Owner
Statistic
- 2
- 0
- 0
- 0
- 0
- over 7 years ago
- July 8, 2017
License
MIT License
Links
Synced at
Fri, 22 Nov 2024 03:59:55 GMT
Languages