Exgzip Online

is an Elixir library that provides a simple wrapper around the standard Erlang :zlib module to handle Gzip compression and decompression. It is designed to offer a more "Elixir-native" interface for working with Gzip data, making it easier to integrate into modern Elixir projects. Key Features

While the underlying Erlang :zlib module is powerful, its API can be low-level and cumbersome for developers accustomed to Elixir's syntax. bridges this gap by providing: EXGzip

: Reduces boilerplate code required to initialize and control zlib streams manually. is an Elixir library that provides a simple

: It follows standard library guidelines for naming and documentation, ensuring it feels consistent with other packages in the Hex ecosystem . Getting Started EXGzip

Scroll to Top