postmortem 0.1.2

A validation library that accumulates all errors for comprehensive feedback
Documentation
[package]
name = "postmortem"
version = "0.1.2"
edition = "2021"
authors = ["Glen Baker <iepathos@gmail.com>"]
license = "MIT"
description = "A validation library that accumulates all errors for comprehensive feedback"
repository = "https://github.com/iepathos/postmortem"
keywords = ["validation", "error", "schema", "errors", "postmortem"]
categories = ["data-structures", "rust-patterns"]
readme = "README.md"

[dependencies]
stillwater = "0.13"
thiserror = "2"
regex = "1"
serde_json = "1"
indexmap = "2.13.0"
parking_lot = "0.12"
rayon = "1.10"

[features]
default = []
effect = []

[dev-dependencies]