errorstash 0.3.0

A library for collecting multiple related errors, and reporting them together
Documentation
[dependencies]

[dev-dependencies.anyhow]
version = "1.0.99"

[dev-dependencies.eyre]
version = "0.6.12"

[dev-dependencies.test-log]
version = "0.2.18"

[dev-dependencies.thiserror]
version = "2.0.17"

[dev-dependencies.url]
version = "2.5.7"

[lib]
name = "errorstash"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns"]
description = "A library for collecting multiple related errors, and reporting them together"
edition = "2021"
exclude = [".*"]
keywords = ["error-handling", "errors"]
license = "MIT OR Apache-2.0"
name = "errorstash"
readme = "README.md"
repository = "https://github.com/StupendousYappi/errorstash"
version = "0.3.0"