libflate_lz77 1.2.0

LZ77 encoder for libflate crate
Documentation
[badges.coveralls]
repository = "sile/libflate"
[dependencies.core2]
default-features = false
features = ["alloc"]
optional = true
version = "0.4"

[dependencies.hashbrown]
optional = true
version = "0.13"

[dependencies.rle-decode-fast]
version = "1.0.0"
[dev-dependencies.libflate]
version = "1"

[features]
no_std = ["core2", "hashbrown"]

[package]
authors = ["Takeru Ohta <phjgt308@gmail.com>"]
categories = ["compression"]
description = "LZ77 encoder for libflate crate"
edition = "2018"
homepage = "https://github.com/sile/libflate"
keywords = ["lz77"]
license = "MIT"
name = "libflate_lz77"
readme = "README.md"
repository = "https://github.com/sile/libflate"
version = "1.2.0"