validated 0.2.0

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

[dependencies]
nonempty = "0.8"
rayon = { version = "1.5", optional = true }

[dev-dependencies]
version-sync = "0.9"