README.md
# Qex [](https://hex.pm/packages/qex) [](https://hexdocs.pm/qex/Qex.html)
A `:queue` wrapper with improvements in API and addition of Protocol implementations
## Protocols
`Inspect` and `Enumerable` are implemented, use queues with `Enum`!
## Installation
The package can be installed as:
1. Add `qex` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:qex, "~> 0.2"}]
end
```
2. Run `mix deps.get`