README.md

# MapQueue

An implementation of a queue built on Map.

See tests for usage.

## Installation

[MapQueue is available on hex](https://hex.pm/packages/map_queue).

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

```elixir
def deps do
  [
    {:map_queue, "~> 0.2.0"}
  ]
end
```

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