This is a total (crash) test of an implementation of R-Tree
data structure in Elixir
If https://hex.pm/docs/publish, the package can be installed by adding `rtree` to your list of dependencies in `mix.exs`:
def deps do
[
{:rtree, github: "roy-corentin/R-Tree"}
]
end
Documentation can be generated with https://github.com/elixir-lang/ex_doc and published on https://hexdocs.pm. Once published, the docs can be found at https://hexdocs.pm/rtree.