README.md

# PexQueue

A Queue that uses the First In, First Out (FIFO) method, 
unless provided with a function to prioritise items.

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `pex_queue` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:pex_queue, "~> 0.1.0"}
  ]
end
```

## Documentation
See documentation on [PexQueue HexDocs](https://hexdocs.pm/pex_queue)