Packages

Layer-aware error handling for Gleam. Chain use <- try(...) like result.try, each layer keeps its own error type, deal with every layer in one place.

Current section

Files

Jump to
error_union gleam.toml
Raw

gleam.toml

name = "error_union"
version = "1.0.0"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
description = "Layer-aware error handling for Gleam. Chain use <- try(...) like result.try, each layer keeps its own error type, deal with every layer in one place."
licences = ["Apache-2.0"]
repository = { type = "github", user = "wangbaoyin2", repo = "error_union" }
links = [{ title = "Documentation", href = "https://error-union.hexdocs.pm/" }]
[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"