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"
44version = " 0.6.0"
55authors = [ " Brian Anderson <banderson@mozilla.com>" ,
66 " 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."
910
10- documentation = " http ://brson.github.io /error-chain/index.html "
11+ documentation = " https ://docs.rs /error-chain"
1112homepage = " https://github.com/brson/error-chain"
1213repository = " https://github.com/brson/error-chain"
1314
14- license = " MIT OR Apache-2.0"
15+ license = " MIT/ Apache-2.0"
1516
1617[features ]
1718default = [" backtrace" ]
Original file line number Diff line number Diff line change 22
33[ ![ Build Status] ( https://api.travis-ci.org/brson/error-chain.svg?branch=master )] ( https://travis-ci.org/brson/error-chain )
44[ ![ 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 )
56
67` error-chain ` is a crate for dealing with Rust error boilerplate. It
78provides a few unique features:
You can’t perform that action at this time.
0 commit comments