Rexult
A library for replicating some of the behavior of the std::result module from Rust
Installation
If available in Hex, the package can be installed
by adding rexult to your list of dependencies in mix.exs:
def deps do
[
{:rexult, "~> 0.1"},
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/rexult.
See Also
Another good Result library can be found at github.com/iodevs/result