panic-log 0.3.0

Log panics to the `log` macro as error
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "panic-log"
version = "0.3.0"
authors = ["Traverse Research <support@traverseresearch.nl>"]
edition = "2021"
license = "MIT"
homepage = "https://traverseresearch.nl"
repository = "https://github.com/Traverse-Research/panic-log"
description = "Log panics to the `log` macro as error"
include = ["src", "LICENSE"]
categories = ["development-tools", "development-tools::debugging"] # https://crates.io/category_slugs
keywords = ["log", "panic"]

[dependencies]
log = "0.4"