gzip-header 1.0.0

A crate for decoding and encoding the header part of gzip files based on the gzip header implementation in the flate2 crate.
Documentation
[dependencies.crc32fast]
version = "1.2.1"

[package]
authors = ["oyvindln <oyvindln@users.noreply.github.com>"]
categories = ["compression"]
description = """
A crate for decoding and encoding the header part of gzip files based on the gzip header
 implementation in the flate2 crate.
"""
documentation = "https://docs.rs/gzip-header/"
edition = "2018"
homepage = "https://github.com/oyvindln/gzip-header"
keywords = ["gzip", "compression"]
license = "MIT/Apache-2.0"
name = "gzip-header"
readme = "README.md"
repository = "https://github.com/oyvindln/gzip-header"
version = "1.0.0"