README.md

[](https://travis-ci.org/expede/algae) [](http://inch-ci.org/github/expede/algae) [](https://hex.pm/packages/algae) [](http://hexdocs.pm/algae/) [](https://github.com/expede/algae/blob/master/LICENSE)
# 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.10.0"}]
end
```