Exgzip Apr 2026
: Designed to work seamlessly with Elixir's pipe operator ( |> ), allowing for clean and readable data processing pipelines.
: Reduces boilerplate code required to initialize and control zlib streams manually. 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: : Designed to work seamlessly with Elixir's pipe
: Clearer function names and standard Elixir error handling (e.g., returning :ok, data or :error, reason ). data or :error