Exgzip 〈Linux〉

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

: Designed to work seamlessly with Elixir's pipe operator ( |> ), allowing for clean and readable data processing pipelines. EXGzip

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

Scroll to Top