workflow-panic-hook

Crates.ioworkflow-panic-hook
lib.rsworkflow-panic-hook
version0.14.0
sourcesrc
created_at2023-01-26 13:58:14.679723
updated_at2024-07-09 22:20:39.71544
descriptionBased 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.
homepage
repositoryhttps://github.com/workflow-rs/workflow-rs
max_upload_size
id768551
size10,414
(aspect)

documentation

README

workflow-panic-hook

github crates.io docs.rs license

Features

This crate is based on console_error_panic_hook but provides two configuration modes - console output and a full page output, where the panic will create a full-screen DIV element in the browser window dumping the stack trace info in it. This is useful when debugging on devices without access to console output (such as mobile devices).

Commit count: 513

cargo fmt