A result pattern for elixir.


Keywords
elixir, hacktoberfest
License
BSD-3-Clause

Documentation

Result

Build Status

A Result pattern for elixir

Installation

If available in Hex, the package can be installed by adding result to your list of dependencies in mix.exs:

def deps do
  [
    {:result, "~> 1.6.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/result.