Skip to content

iodevs/result

Repository files navigation

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.7.2"}
  ]
end

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