File: README.md

package info (click to toggle)
rust-libflate-lz77 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 132 kB
  • sloc: makefile: 4
file content (11 lines) | stat: -rw-r--r-- 545 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
libflate_lz77
=============

[![libflate_lz77](https://img.shields.io/crates/v/libflate_lz77.svg)](https://crates.io/crates/libflate_lz77)
[![Documentation](https://docs.rs/libflate_lz77/badge.svg)](https://docs.rs/libflate_lz77)
[![Build Status](https://travis-ci.org/sile/libflate.svg?branch=master)](https://travis-ci.org/sile/libflate)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

The interface and implementations of LZ77 compression algorithm for [libflate].

[libflate]: https://github.com/sile/libflate