README.md
# gleamy_structures
[](https://hex.pm/packages/gleamy_structures)
[](https://hexdocs.pm/gleamy_structures/)
Data structures in pure Gleam.
## Quick start
```sh
gleam run # Run the project
gleam test # Run the tests
gleam shell # Run an Erlang shell
```
## Installation
If available on Hex this package can be added to your Gleam project:
```sh
gleam add gleamy_structures
```
and its documentation can be found at <https://hexdocs.pm/gleamy_structures>.
## Contributions Welcome
Feel free to make PRs, issues, or requests for new data structures and functions :) Especially welcome would be more rigorous tests and reviews of the implementation compared to source materials.