[go: up one dir, main page]

error-chain 0.1.8

Yet another error boilerplate library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "error-chain"
version = "0.1.8"
authors = [ "Brian Anderson <banderson@mozilla.com",
            "Paul Colomiets <paul@colomiets.name>",
            "Colin Kiegel <kiegel@gmx.de>"]
description = "Yet another error boilerplate library"

documentation = "http://diggsey.github.io/multirust-rs/multirust/index.html"
homepage = "https://github.com/rust-lang-nursery/multirust-rs"
repository = "https://github.com/rust-lang-nursery/multirust-rs"

license = "MIT OR Apache-2.0"

[dependencies]
backtrace = "0.2.1"