culprit 0.4.0

A Rust error crate with the goal of identifying precisely where and in which context an error occurs.
Documentation
[dependencies.smallvec]
features = ["union"]
version = "1.14"

[dev-dependencies.serde]
version = "1.0"

[dev-dependencies.serde_json]
version = "1.0"

[[example]]
name = "basic"
path = "examples/basic.rs"

[[example]]
name = "file"
path = "examples/file.rs"

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

[package]
authors = ["Carl Sverre"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Rust error crate with the goal of identifying precisely where and in which context an error occurs."
edition = "2021"
keywords = ["error", "error-handling", "result"]
license = "MIT OR Apache-2.0"
name = "culprit"
readme = "README.md"
repository = "https://github.com/carlsverre/culprit"
version = "0.4.0"