user-backtrace 0.2.3

A very small library for smaller backtraces that only contain user relevant information
Documentation
  • Coverage
  • 14.29%
    1 out of 7 items documented0 out of 4 items with examples
  • Size
  • Source code size: 8.86 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.54 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 21s Average build duration of successful builds.
  • all releases: 21s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • kurtbuilds

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