README.md
# Expandable
Composable expansion helpers for Elixir.
## Installation
The package can be installed from Hex by adding `expandable` to your list of
dependencies in `mix.exs`:
```elixir
def deps do
[
{:expandable, "~> 0.1.0"}
]
end
```
Documentation is published at <https://hexdocs.pm/expandable>.