workflow-panic-hook 0.17.0

Based on the console_error_panic_hook this crate provides additional functionality allowing panic hook to bring up an in-browser overlay displaying the panic hook stack trace.
Documentation
[dependencies.cfg-if]
version = "1.0.0"

[dependencies.wasm-bindgen]
version = "0.2.93"

[dependencies.web-sys]
features = ["console", "Document", "Element", "HtmlElement", "Window"]
version = "0.3.70"

[lib]
name = "workflow_panic_hook"
path = "src/lib.rs"

[lints.clippy]
empty_docs = "allow"

[package]
authors = ["Nick Fitzgerald <fitzgen@gmail.com>", "Anton Yemelyanov <anton.yemelyanov@gmail.com>", "Surinder Singh Matoo Mattaur <surinder83singh@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = """
Based on the console_error_panic_hook this crate provides additional
functionality allowing panic hook to bring up an in-browser overlay
displaying the panic hook stack trace.
"""
edition = "2021"
license = "MIT OR Apache-2.0"
name = "workflow-panic-hook"
readme = "README.md"
repository = "https://github.com/workflow-rs/workflow-rs"
version = "0.17.0"