AtuinStand: An Elixir atuin-stand implementation

View Source

AtuinStand is the Elixir implementation of the atuin-stand project. It implements a generic, ordered tree, designed for easy interop with the other atuin-stand implementations. See the atuin-stand project for more information.

Installation

The package can be installed by adding atuin_stand to your list of dependencies in mix.exs:

def deps do
  [
    {:atuin_stand, "~> 0.2.0"}
  ]
end

Documentation

The docs can be found at https://hexdocs.pm/atuin_stand/AtuinStand.html.