mirror of
https://github.com/haraldh/chainerror.git
synced 2025-04-18 22:02:53 +02:00
Update README.md
This commit is contained in:
parent
9add8d266c
commit
5028a389f2
|
@ -1,5 +1,9 @@
|
|||
# chainerror
|
||||
|
||||
[](https://travis-ci.com/haraldh/chainerror)
|
||||
[](https://crates.io/crates/chainerror)
|
||||
[](https://docs.rs/chainerror/)
|
||||
|
||||
`chainerror` provides an error backtrace like `failure` without doing a real backtrace, so even after you `strip` your
|
||||
binaries, you still have the error backtrace.
|
||||
|
||||
|
@ -122,4 +126,4 @@ fn main() {
|
|||
: turn on printing a backtrace of the errors in `Display`
|
||||
|
||||
`no-debug-cause`
|
||||
: turn off printing a backtrace of the errors in `Debug`
|
||||
: turn off printing a backtrace of the errors in `Debug`
|
||||
|
|
Loading…
Reference in a new issue