Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 558 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 558 Bytes

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:

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

Documentation

Documentation can be found at https://hexdocs.pm/vectoree.

Copyright and License

Copyright (c) 2021 Markus Enax

Vectoree source code is licensed under the MIT License.