exitfailure 0.2.1

A basic newtype wrapper around failure::Error
Documentation
[package]
name = "exitfailure"
version = "0.2.1"
authors = ["Toby Smith <toby@tismith.id.au>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/tismith/exitfailure"
description = "A basic newtype wrapper around failure::Error"

[dependencies]
failure = "0.1.1"

[badges]
travis-ci = { repository = "tismith/exitfailure", branch = "master" }