tracing-unwrap 1.0.1

Extension traits for logging failed unwraps to a tracing subscriber.
Documentation
[dependencies.tracing]
default-features = false
version = "0.1"
[dev-dependencies.tracing-test]
features = ["no-env-filter"]
version = "0.2"

[features]
default = ["panic-quiet"]
log-location = []
panic-quiet = []

[package]
authors = ["Andre Braga Reis <andre@brg.rs>"]
categories = ["development-tools::debugging"]
description = "Extension traits for logging failed unwraps to a tracing subscriber."
documentation = "https://docs.rs/tracing-unwrap"
edition = "2021"
keywords = ["log", "logging", "tracing"]
license = "Apache-2.0/MIT"
name = "tracing-unwrap"
readme = "README.md"
repository = "https://github.com/abreis/tracing-unwrap"
version = "1.0.1"