Exgzip ✦ Tested

: Easily compress strings or binaries into Gzip format and decompress Gzip data back into its original form.

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

You can add it to your project by including it in your mix.exs dependencies: defp deps do [ :ex_gzip, "~> 0.1.0" ] end Use code with caution. Copied to clipboard Once installed, you can perform basic operations: : EXGzip.compress("your data") Decompressing : EXGzip.decompress(compressed_binary) : Easily compress strings or binaries into Gzip

Be the first to comment

Leave a Reply

Your email address will not be published.