Exgzip
: It follows standard library guidelines for naming and documentation, ensuring it feels consistent with other packages in the Hex ecosystem . Getting Started
: Designed to work seamlessly with Elixir's pipe operator ( |> ), allowing for clean and readable data processing pipelines. 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: : It follows standard library guidelines for naming
: Reduces boilerplate code required to initialize and control zlib streams manually. bridges this gap by providing: : Reduces boilerplate
: Often used to handle large data streams, preventing memory issues by processing data in chunks rather than loading entire files into memory at once. Why Use EXGzip?
: Clearer function names and standard Elixir error handling (e.g., returning :ok, data or :error, reason ).