all-the-errors 0.1.0

Collect all the errors from iterators over results
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "all-the-errors"
edition = "2024"
version = "0.1.0"

license = "MIT"
description = "Collect all the errors from iterators over results"
readme = "./README.md"
repository = "https://github.com/avirshup/all-the-errors"
keywords = ["iterator", "result", "error", "no-std"]
categories = ["rust-patterns", "no-std"]