try_or_wrap 0.0.2

Macro for simplified handling of multiple error conditions in a single function. Like try!, but can aggregate more than one enum into a wrapper.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]

name = "try_or_wrap"
version = "0.0.2"
authors = ["Stanisław Pitucha <viraptor@gmail.com>"]
license = "MIT"
keywords = ["macro", "error"]
description = """
Macro for simplified handling of multiple error conditions in a single function.
Like try!, but can aggregate more than one enum into a wrapper.
"""

[lib]
name = "try_or_wrap"
doctest = false