rust-cli / human-panic

Panic messages for humans.
https://docs.rs/human-panic
Apache License 2.0
1.66k stars 65 forks source link

Add custom backtrace printer that excludes frames outside of user's code #53

Closed DoumanAsh closed 5 years ago

DoumanAsh commented 5 years ago

Closes #52

Checklist

Example of from tests/ repo with debug symbols https://gist.github.com/DoumanAsh/4b1da5519a86df101e3a4f88f7e4d812

Let me know if changes to format needed, then I'll update examples in README.md

DoumanAsh commented 5 years ago

Comments are addressed