shepmaster / snafu

Easily assign underlying errors into domain-specific errors while adding context
https://docs.rs/snafu/
Apache License 2.0
1.4k stars 60 forks source link

Use the standard library backtrace type as the default backtrace provider #357

Closed shepmaster closed 9 months ago

shepmaster commented 1 year ago

I assume we will want to continue supporting the backtrace crate for a while to support older Rust versions, but we should be able to change our default to the standard library to reduce compile times for most up-to-date users.