README.md
# Structure
Collection of data structures.
## Installation
The package can be installed
by adding `structure` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:structure, "~> 0.1.0"}
]
end
```
# Structure
Collection of data structures.
## Installation
The package can be installed
by adding `structure` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:structure, "~> 0.1.0"}
]
end
```