user-backtrace

Crates.iouser-backtrace
lib.rsuser-backtrace
version0.2.3
sourcesrc
created_at2022-11-27 18:24:56.822588
updated_at2024-08-01 20:44:07.698454
descriptionA very small library for smaller backtraces that only contain user relevant information
homepage
repository
max_upload_size
id723866
size6,596
Kurt Wolf (kurtbuilds)

documentation

README

user-backtrace

This is a quick & dirty crate to test out much smaller stacktraces that only include stackframes that come from user code

Usage

let e = anyhow!("An error");
Commit count: 0

cargo fmt