error-context 0.1.1

Methods and types that help with adding additional context information to error types
Documentation
[package]
name = "error-context"
version = "0.1.1"
authors = ["Jakub Pastuszek <jpastuszek@protonmail.com>"]
edition = "2018"
description = "Methods and types that help with adding additional context information to error types"
repository = "https://github.com/jpastuszek/error-context"
readme = "README.md"
keywords = ["error", "context"]
categories = ["rust-patterns"]
license = "MIT"

[dependencies]

[dev-dependencies]
assert_matches = "1.3.0"