top of page

Exgzip File
: Easily compress strings or binaries into Gzip format and decompress Gzip data back into its original form.
: Reduces boilerplate code required to initialize and control zlib streams manually. EXGzip
: Clearer function names and standard Elixir error handling (e.g., returning :ok, data or :error, reason ). : Easily compress strings or binaries into Gzip
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: data or :error
bottom of page