Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
src/ | H | 03-May-2022 | - | 525 | 362 | |
.cargo-checksum.json | H A D | 03-May-2022 | 89 | 1 | 1 | |
.cargo_vcs_info.json | H A D | 01-Jan-1970 | 74 | 6 | 5 | |
Cargo.toml | H A D | 01-Jan-1970 | 1,007 | 31 | 29 | |
Cargo.toml.orig-cargo | H A D | 01-Jan-1970 | 501 | 22 | 18 | |
LICENSE | H A D | 01-Jan-1970 | 1.1 KiB | 22 | 17 | |
README.md | H A D | 01-Jan-1970 | 545 | 12 | 8 |
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