Registry / utility / ebacktrace

ebacktrace

JSON →
library0.5.1rscratesunverified

A simple error wrapper that captures a backtrace and can carry an optional textual description.

# Cargo.toml [dependencies] ebacktrace = "0.5.1"
INSTALL
IMPORT
SIG · EBACKTRACE
E
ebacktrace
utilityrustv0.5.1
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.

ErrorWithBacktrace
use ebacktrace::ErrorWithBacktrace;

Creates a new error with a captured backtrace.

use ebacktrace::ErrorWithBacktrace; fn main() { let error = ErrorWithBacktrace::new("An error occurred"); println!("Error with backtrace: {:?}", error); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
ebacktrace — cargo add ebacktrace · libregistry