[package]
edition = "2024"
name = "all-the-errors"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Collect all the errors from iterators over results"
readme = "README.md"
keywords = [
"iterator",
"result",
"error",
"no-std",
]
categories = [
"rust-patterns",
"no-std",
]
license = "MIT"
repository = "https://github.com/avirshup/all-the-errors"
[lib]
name = "all_the_errors"
path = "src/lib.rs"
[[test]]
name = "tests"
path = "tests/tests.rs"