stackerror 0.5.1

A pragmatic error handling library for Rust that provides helpful strings for debugging, and structured data for runtime error handling.
Documentation
[dependencies.stackerror-impl]
version = "=0.5.1"

[lib]
doctest = false
name = "stackerror"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A pragmatic error handling library for Rust that provides helpful strings for debugging, and structured data for runtime error handling."
edition = "2021"
keywords = ["error", "error-handling"]
license = "MIT OR Apache-2.0"
name = "stackerror"
readme = "README.md"
repository = "https://github.com/gmcgoldr/stackerror"
version = "0.5.1"