Exgzip

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:

: Clearer function names and standard Elixir error handling (e.g., returning :ok, data or :error, reason ). EXGzip

: Easily compress strings or binaries into Gzip format and decompress Gzip data back into its original form. While the underlying Erlang :zlib module is powerful,

Skip to content