1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
[package]
name = "terrors"
version = "0.3.3"
edition = "2021"
authors = ["Tyler Neely <tylerneely@gmail.com>"]
documentation = "https://docs.rs/terrors/"
description = "ergonomic and precise error handling built atop type-level set arithmetic"
license = "MIT OR Apache-2.0"
repository = "https://github.com/komora-io/terrors"
categories = ["rust-patterns"]
keywords = ["error", "error-handling", "type-level", "anonymous", "sum"]
readme = "README.md"
[features]
error_provide = []
error_provide_feature = []
|