Registry / utility / better-panic

better-panic

JSON →
library0.3.0rscratesunverified

Pretty panic backtraces inspired by Python's tracebacks.

# Cargo.toml [dependencies] better-panic = "0.3.0"
INSTALL
IMPORT
SIG · BETTER-PANIC
B
better-panic
utilityrustv0.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

install
use better_panic::install;

Install pretty panic backtraces.

use better_panic::install; fn main() { install(); panic!("Something went wrong"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Meta
1
Resources
better-panic — cargo add better-panic · libregistry