err_tools 0.1.0

Helper traits and functions for building errors in rust
Documentation
[dependencies.anyhow]
version = "1.0.31"

[dependencies.thiserror]
version = "1.0.20"

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

[package]
authors = ["storyfeet <thebeaky@psmail.net>"]
description = "Helper traits and functions for building errors in rust"
edition = "2018"
keywords = ["error", "simple", "traits", "wrappers"]
license = "MIT"
name = "err_tools"
repository = "https://github.com/storyfeet/err_tools"
version = "0.1.0"