README.md

![](https://github.com/robot-overlord/algae/blob/master/logo.png?raw=true)

| Build Status | Maintainer Message | Documentation | Hosted Package |
|--------------|--------------------|---------------|----------------|
| [![Circle CI](https://circleci.com/gh/robot-overlord/algae.svg?style=svg)](https://circleci.com/gh/robot-overlord/algae) | ![built with humanity](https://cloud.githubusercontent.com/assets/1052016/11023213/66d837a4-8627-11e5-9e3b-b295fafb1450.png) |[robotoverlord.io/algae](http://www.robotoverlord.io/algae/api-reference.html) | [Hex](https://hex.pm/packages/algae) |

# TL;DR
Algae is a collection of common data structures, intended for use with libraries like [Witchcraft](https://hex.pm/packages/witchcraft)

# Quickstart
Add Algae to your list of dependencies in `mix.exs`:

```elixir

def deps do
  [{:algae, "~> 0.9.0"}]
end

```