multiple_errors 1.1.0

Propagate multiple errors instead of just the first one
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[lints.rust]
missing_debug_implementations = "warn"
unsafe_code = "forbid"

[package]
authors = ["Dmitrii Aleksandrov <adk230@yandex.ru>"]
categories = ["rust-patterns"]
description = "Propagate multiple errors instead of just the first one"
documentation = "https://docs.rs/multiple_errors/"
edition = "2021"
keywords = ["error", "error-handling", "macro", "multiple", "propagate"]
license = "MIT OR Apache-2.0"
name = "multiple_errors"
readme = "README.md"
repository = "https://github.com/expurple/multiple_errors"
version = "1.1.0"