/ruby-yaz0

Ruby bindings for the yaz0 compression/decompression format

Primary LanguageCMIT LicenseMIT

Yaz0

A simple gem to compress/decompress data using the Yaz0 compression algorithm.

Usage

require 'yaz0'

Yaz0.decompress(Yaz0.compress("Hello, world!")) == "Hello, world!"

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/Nax/ruby-yaz0.

License

The gem is available as open source under the terms of the MIT License.