Qex 

A :queue wrapper with improvements in API and addition of Protocol implementations
Protocols
Inspect, Collectable and Enumerable are implemented,
use Qex with IO.inspect and Enum functions!
Installation
The package can be installed as:
-
Add
qexto your list of dependencies inmix.exs:
```elixir
def deps do
[{:qex, "~> 0.3"}]
end
```-
Run
mix deps.get
How to use
Why not "Queue"?
The name is taken... Hex link