libdeflater 0.7.5

Bindings to libdeflate for DEFLATE (de)compression exposed as non-streaming buffer operations. Contains bindings for raw deflate, zlib, and gzip data.
Documentation
[[bench]]
harness = false
name = "benchmarks"
[dependencies.libdeflate-sys]
version = "0.7.5"
[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.flate2]
version = "1.0.11"

[features]
freestanding = ["libdeflate-sys/freestanding", "use_rust_alloc"]
use_rust_alloc = []

[package]
authors = ["Adam Kewley <contact@adamkewley.com>"]
categories = ["compression", "api-bindings"]
description = "Bindings to libdeflate for DEFLATE (de)compression exposed as non-streaming buffer\noperations. Contains bindings for raw deflate, zlib, and gzip data.\n"
edition = "2018"
homepage = "https://github.com/adamkewley/libdeflater"
keywords = ["gzip", "zlib", "deflate", "encoding"]
license = "Apache-2.0"
name = "libdeflater"
readme = "README.md"
repository = "https://github.com/adamkewley/libdeflater"
version = "0.7.5"