validated 0.5.0

The cumulative sibling of `Result` and `Either`.
Documentation
[dependencies.nonempty-collections]
version = "0.3.0"

[dependencies.rayon]
optional = true
version = "1.10"

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

[package]
authors = ["Colin Woodbury <colin@fosskers.ca>", "John Archer <archer884@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "rust-patterns"]
description = "The cumulative sibling of `Result` and `Either`."
edition = "2021"
homepage = "https://github.com/fosskers/validated"
keywords = ["validation", "errors"]
license = "MIT"
name = "validated"
readme = "README.md"
repository = "https://github.com/fosskers/validated"
version = "0.5.0"