anomaly 0.1.0

Error context library with support for type-erased sources and backtraces
Documentation
[dependencies.backtrace]
optional = true
version = "0.3"

[dependencies.serde]
features = ["serde_derive"]
optional = true
version = "1"

[features]
default = ["backtrace"]
gimli-symbolize = ["backtrace/gimli-symbolize"]

[package]
authors = ["Tony Arcieri <tony@iqlusion.io>"]
categories = ["no-std", "rust-patterns"]
description = "Error context library with support for type-erased sources and backtraces"
edition = "2018"
homepage = "https://github.com/iqlusioninc/crates/"
keywords = ["backtrace", "error-handling", "exception-reporting", "serde"]
license = "Apache-2.0 OR MIT"
name = "anomaly"
readme = "README.md"
repository = "https://github.com/iqlusioninc/crates/tree/develop/anomaly"
version = "0.1.0"