error_tools 0.4.0

Basic exceptions handling mechanism.
Documentation
[dependencies.anyhow]
optional = true
version = "~1.0"

[dependencies.thiserror]
optional = true
version = "~1.0"

[dev-dependencies]

[features]
default = ["enabled", "error_for_lib", "error_for_app"]
enabled = []
error_for_app = ["anyhow"]
error_for_lib = ["thiserror"]
full = ["enabled", "error_for_lib", "error_for_app"]
no_std = []
use_alloc = []

[package]
authors = ["Kostiantyn Wandalen <wandalen@obox.systems>", "Dmytro Kryvoruchko <dmytro.kr@obox.systems>"]
categories = ["algorithms", "development-tools"]
description = "Basic exceptions handling mechanism.\n"
documentation = "https://docs.rs/error_tools"
edition = "2021"
homepage = "https://github.com/Wandalen/wTools/tree/master/module/core/error_tools"
keywords = ["fundamental", "general-purpose"]
license = "MIT"
name = "error_tools"
readme = "Readme.md"
repository = "https://github.com/Wandalen/wTools/tree/master/module/core/error_tools"
version = "0.4.0"
[package.metadata.docs.rs]
all-features = false
exclude = ["/tests", "/examples", "-*"]
features = ["full"]