Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stackcats/collections

A library provides efficient implementations of the most common general purpose programming data structures.
https://github.com/stackcats/collections

algorithms data-structures elixir

Last synced: about 1 month ago
JSON representation

A library provides efficient implementations of the most common general purpose programming data structures.

Awesome Lists containing this project

README

        

# Collections

![Unit Test](https://github.com/stackcats/collections/actions/workflows/elixir.yml/badge.svg)

## Installation

The package can be installed by adding `collections` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:collections, "~> 0.2.1"}
]
end
```