try-blocks 0.1.2

macro to emulate the upcoming `try` block feature on stable
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# try-blocks


Macro for stable try blocks that performs Ok-wrapping, and otherwise tries to
achieve feature parity with RFC 1859. The macro is compatible with any type
that implements the unstable `Any` trait through the use of type magic.

This crate is a fork of `try-block`, which has not been updated in four years at
the time of writing this. This fork adds Ok-wrapping and the promise of future
updates.

This crate is `no_std` compatible.

License: MIT