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

Show examples of using Backtrace #337

Open shepmaster opened 2 years ago

shepmaster commented 2 years ago

Perhaps on the Backtrace type(s) themselves, or elsewhere and linked from those types. Should call out the usage of Option<Backtrace> and the related environment variable.