thiserror-ext 0.4.0-alpha

Useful extension utilities for `thiserror`.
Documentation
[package]
name = "thiserror-ext"
description = "Useful extension utilities for `thiserror`."
version = { workspace = true }
edition = { workspace = true }
authors = { workspace = true }
repository = { workspace = true }
keywords = { workspace = true }
categories = { workspace = true }
license = { workspace = true }

[dependencies]
thiserror-ext-derive = { version = "=0.4.0-alpha", path = "derive" }

[dev-dependencies]
anyhow = "1"
expect-test = "1"
sealed_test = "1"
thiserror = "2"

[features]
default = ["std"]
std = []
nightly = ["std", "thiserror-ext-derive/nightly"]

[workspace]
members = ["derive", "no_std_test"]
default-members = [".", "derive"]
package.version = "0.4.0-alpha"
package.edition = "2021"
package.authors = ["Bugen Zhao <i@bugenzhao.com>"]
package.repository = "https://github.com/risingwavelabs/thiserror-ext"
package.keywords = ["error", "error-handling", "derive"]
package.categories = ["rust-patterns"]
package.license = "Apache-2.0"