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

https://github.com/thjomnx/vectoree

A flat tree data structure written in Elixir.
https://github.com/thjomnx/vectoree

datastructure elixir

Last synced: 8 months ago
JSON representation

A flat tree data structure written in Elixir.

Awesome Lists containing this project

README

          

# Vectoree

A flat tree-ish data structure, which is crammed into a bunch of maps, thus a kind of a "vectorized tree".

> ⚠ The project is currently in an early state - things may change rapidly.

## Usage

Add `vectoree` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:vectoree, "~> 0.0.2"}
]
end
```

## Documentation

Documentation can be found at [https://hexdocs.pm/vectoree](https://hexdocs.pm/vectoree).

## Copyright and License

Copyright (c) 2021 Markus Enax

Vectoree source code is licensed under the MIT License.