web_panic_report 0.3.0

A panic hook which replaces an HTML element with a bug report form.
Documentation
1
2
3
4
#[test]
fn can_set_as_hook() {
    web_panic_report::set_hook_with("", "", |_| {}, |_| {});
}