user-backtrace 0.2.3

A very small library for smaller backtraces that only contain user relevant information
Documentation

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");