Crates.io | user-backtrace |
lib.rs | user-backtrace |
version | 0.2.3 |
source | src |
created_at | 2022-11-27 18:24:56.822588 |
updated_at | 2024-08-01 20:44:07.698454 |
description | A very small library for smaller backtraces that only contain user relevant information |
homepage | |
repository | |
max_upload_size | |
id | 723866 |
size | 6,596 |
This is a quick & dirty crate to test out much smaller stacktraces that only include stackframes that come from user code
let e = anyhow!("An error");