gzip-header 0.2.0

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

[dependencies]
crc = "1.5.0"