Add the last reviewed version to Cargo.toml / [dependencies]:

console_error_panic_hook = "0.1.7"

Filter reviews clicking on the numbers in the summary.

Full column names in tooltip hints: rating Negative, rating Neutral, rating Positive, rating Strong, thoroughness, understanding, reviews count.

Neg
Neu
Pos
Str
tho
und
rev
1
2
1
2
crate version
rating
date
reviewer
thoroughness, understanding
console_error_panic_hook 0.1.7
positive
2021-11-29
none, none

Let you debug panics in wasm.
I trust the authors. I didn't review the source code.

Published to crates.io by: fitzgen
High reputation and visibility in the rust community.
https://web.crev.dev/rust-reviews/people_of_rust/

console_error_panic_hook 0.1.6
positive
2021-11-29
none, none

Let you debug panics in wasm.
I trust the authors. I didn't review the source code.

Published to crates.io by: alexcrichton
High reputation and visibility in the rust community.
https://web.crev.dev/rust-reviews/people_of_rust/

console_error_panic_hook 0.1.6
positive
2019-10-12
medium, high

The implementation is rather straight-forward. It uses std::panic::set_hook()
to install a panic hook which uses console.error() from JavaScript to log a
panic and the backtrace retrieved by creating a new Error().

The code is also thoroughly documented using both rustdocs and comments and
explains possible edge cases due to browser differences.

© bestia.dev 2023, MIT License, Version: 2023.608.1636

Open source repository for this web app: https://github.com/bestia-dev/cargo_crev_web/