• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

src/H03-May-2022-525362

.cargo-checksum.jsonH A D03-May-202289 11

.cargo_vcs_info.jsonH A D01-Jan-197074 65

Cargo.tomlH A D01-Jan-19701,007 3129

Cargo.toml.orig-cargoH A D01-Jan-1970501 2218

LICENSEH A D01-Jan-19701.1 KiB2217

README.mdH A D01-Jan-1970545 128

README.md

1libflate_lz77
2=============
3
4[![libflate_lz77](https://img.shields.io/crates/v/libflate_lz77.svg)](https://crates.io/crates/libflate_lz77)
5[![Documentation](https://docs.rs/libflate_lz77/badge.svg)](https://docs.rs/libflate_lz77)
6[![Build Status](https://travis-ci.org/sile/libflate.svg?branch=master)](https://travis-ci.org/sile/libflate)
7[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
8
9The interface and implementations of LZ77 compression algorithm for [libflate].
10
11[libflate]: https://github.com/sile/libflate
12