This repository was archived by the owner on Aug 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,15 @@ name = "error-chain"
4
4
version = " 0.6.0"
5
5
authors = [ " Brian Anderson <banderson@mozilla.com>" ,
6
6
" Paul Colomiets <paul@colomiets.name>" ,
7
- " Colin Kiegel <kiegel@gmx.de>" ]
8
- description = " Yet another error boilerplate library"
7
+ " Colin Kiegel <kiegel@gmx.de>" ,
8
+ " Yamakaky <yamakaky@yamaworld.fr>" ]
9
+ description = " Yet another error boilerplate library."
9
10
10
- documentation = " http ://brson.github.io /error-chain/index.html "
11
+ documentation = " https ://docs.rs /error-chain"
11
12
homepage = " https://github.com/brson/error-chain"
12
13
repository = " https://github.com/brson/error-chain"
13
14
14
- license = " MIT OR Apache-2.0"
15
+ license = " MIT/ Apache-2.0"
15
16
16
17
[features ]
17
18
default = [" backtrace" ]
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Build Status] ( https://api.travis-ci.org/brson/error-chain.svg?branch=master )] ( https://travis-ci.org/brson/error-chain )
4
4
[ ![ Latest Version] ( https://img.shields.io/crates/v/error-chain.svg )] ( https://crates.io/crates/error-chain )
5
+ [ ![ License] ( https://img.shields.io/github/license/brson/error-chain.svg )] ( https://github.com/brson/error-chain )
5
6
6
7
` error-chain ` is a crate for dealing with Rust error boilerplate. It
7
8
provides a few unique features:
You can’t perform that action at this time.
0 commit comments