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.
Add vectoree
to your list of dependencies in mix.exs
:
def deps do
[
{:vectoree, "~> 0.0.2"}
]
end
Documentation can be found at https://hexdocs.pm/vectoree.
Copyright (c) 2021 Markus Enax
Vectoree source code is licensed under the MIT License.