orfail 1.0.0

Error handling library for portable unrecoverable errors
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.serde]
features = ["derive"]
optional = true
version = "1"

[package]
authors = ["Takeru Ohta <phjgt308@gmail.com>"]
description = "Error handling library for portable unrecoverable errors"
edition = "2021"
homepage = "https://github.com/sile/orfail"
license = "MIT OR Apache-2.0"
name = "orfail"
readme = "README.md"
repository = "https://github.com/sile/orfail"
version = "1.0.0"
[package.metadata.docs.rs]
all-features = true