Update README.md

This commit is contained in:
Harald Hoyer 2019-01-08 15:49:43 +01:00 committed by GitHub
parent 9add8d266c
commit 5028a389f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,9 @@
# chainerror # chainerror
[![Build Status](https://travis-ci.com/haraldh/chainerror.svg?branch=master)](https://travis-ci.com/haraldh/chainerror)
[![Crate](https://img.shields.io/crates/c/chainerror.svg)](https://crates.io/crates/chainerror)
[![Rust Documentation](https://img.shields.io/badge/api-rustdoc-blue.svg)](https://docs.rs/chainerror/)
`chainerror` provides an error backtrace like `failure` without doing a real backtrace, so even after you `strip` your `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. binaries, you still have the error backtrace.
@ -122,4 +126,4 @@ fn main() {
: turn on printing a backtrace of the errors in `Display` : turn on printing a backtrace of the errors in `Display`
`no-debug-cause` `no-debug-cause`
: turn off printing a backtrace of the errors in `Debug` : turn off printing a backtrace of the errors in `Debug`