[features]
error_provide = []
error_provide_feature = []
[lib]
name = "terrors"
path = "src/lib.rs"
[package]
authors = ["Tyler Neely <tylerneely@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns"]
description = "ergonomic and precise error handling built atop type-level set arithmetic"
documentation = "https://docs.rs/terrors/"
edition = "2021"
keywords = ["error", "error-handling", "type-level", "anonymous", "sum"]
license = "MIT OR Apache-2.0"
name = "terrors"
readme = "README.md"
repository = "https://github.com/komora-io/terrors"
version = "0.3.3"
[[test]]
name = "usability"
path = "tests/usability.rs"