backtrace-ext 0.2.1

minor conveniences on top of the backtrace crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "backtrace-ext"
description = "minor conveniences on top of the backtrace crate"
version = "0.2.1"
edition = "2018"
license = "MIT OR Apache-2.0"
repository = "https://github.com/gankra/backtrace-ext"
rust-version = "1.56"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
backtrace = "0.3.61"

[dev-dependencies]
miette = { version = "5.6.0", features = ["fancy"] }
thiserror = "1.0.40"