Registry / utility / backtrace

backtrace

JSON →
library0.3.76rscratesunverified

A library to acquire a stack trace (backtrace) at runtime in a Rust program.

# Cargo.toml [dependencies] backtrace = "0.3.76"
INSTALL
IMPORT
SIG · BACKTRACE
B
backtrace
utilityrustv0.3.76
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.

Backtrace
use backtrace::Backtrace;

Capture and print a backtrace

use backtrace::Backtrace; let bt = Backtrace::new(); println!("{:?}", bt);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.76latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
14
OpenAI (training)
2
Amazon
1
Resources
backtrace — cargo add backtrace · libregistry