[go: up one dir, main page]

failure 0.1.0

Experimental error handling abstraction.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
authors = ["Without Boats <boats@mozilla.com>"]
description = "Experimental error handling abstraction."
license = "MIT OR Apache-2.0"
name = "failure"
version = "0.1.0"
repository = "https://github.com/withoutboats/failure"
documentation = "https://docs.rs/failure"
homepage = "https://boats.gitlab.io/failure"

[dependencies.backtrace]
version = "0.3.3"
optional = true

[features]
default = ["std"]
std = ["backtrace"]