tracerr 0.1.1

Custom compile time captured error tracing
Documentation
[dependencies.derive_more]
version = "0.99.2"

[dependencies.failure]
default-features = false
features = ["backtrace"]
optional = true
version = "0.1.6"

[package]
authors = ["Instrumentisto Team <developer@instrumentisto.com>"]
categories = []
description = "Custom compile time captured error tracing"
documentation = "https://docs.rs/tracerr"
edition = "2018"
homepage = "https://github.com/instrumentisto/tracerr-rs"
include = ["/src/", "/Cargo.toml", "/CHANGELOG.md", "/LICENSE.md", "/README.md"]
keywords = ["backtrace", "error", "stacktrace", "tracing", "tracerr"]
license = "BlueOak-1.0.0"
name = "tracerr"
readme = "README.md"
repository = "https://github.com/instrumentisto/tracerr-rs"
version = "0.1.1"
[package.metadata.docs.rs]
features = ["failure"]