README.md

# Zap

Bi-directional streaming zip creation.

## Installation

The package can be installed by adding `zap` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:zap, "~> 0.2"}
  ]
end
```

Documentation can be found at [https://hexdocs.pm/zap](https://hexdocs.pm/zap).