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

https://github.com/sean-clayton/linked-list

A linked list library for Elixir
https://github.com/sean-clayton/linked-list

elixir

Last synced: about 1 year ago
JSON representation

A linked list library for Elixir

Awesome Lists containing this project

README

          

[![Build status](https://travis-ci.org/sean-clayton/linked-list.svg?branch=master)](https://travis-ci.org/sean-clayton/linked-list)
[![Coverage Status](https://coveralls.io/repos/github/sean-clayton/linked-list/badge.svg?branch=master)](https://coveralls.io/github/sean-clayton/linked-list?branch=master)

# LinkedList

**TODO: Add description**

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `linked_list` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:linked_list, "~> 0.1.0"}]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/linked_list](https://hexdocs.pm/linked_list).