Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chronos-tachyon/flate
Implementation of DEFLATE, zlib, and gzip with advanced configuration options.
https://github.com/chronos-tachyon/flate
Last synced: 7 days ago
JSON representation
Implementation of DEFLATE, zlib, and gzip with advanced configuration options.
- Host: GitHub
- URL: https://github.com/chronos-tachyon/flate
- Owner: chronos-tachyon
- License: bsd-2-clause
- Created: 2021-07-03T22:24:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-11T03:51:14.000Z (over 3 years ago)
- Last Synced: 2024-11-16T02:36:03.662Z (2 months ago)
- Language: Go
- Size: 91.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flate
[![Go](https://img.shields.io/github/go-mod/go-version/chronos-tachyon/flate?logo=go)](https://golang.org/)
[![Latest Release](https://img.shields.io/github/v/release/chronos-tachyon/flate?logo=github&sort=semver)](https://github.com/chronos-tachyon/flate/releases)
[![Go Reference](https://pkg.go.dev/badge/github.com/chronos-tachyon/flate.svg)](https://pkg.go.dev/github.com/chronos-tachyon/flate)
[![License](https://img.shields.io/github/license/chronos-tachyon/flate)](https://opensource.org/licenses/BSD-2-Clause)
[![Go Report Card](https://goreportcard.com/badge/github.com/chronos-tachyon/flate)](https://goreportcard.com/report/github.com/chronos-tachyon/flate)Implementation of DEFLATE, zlib, and gzip with advanced configuration options.