try-blocks 0.1.4

macro to emulate the upcoming `try` block feature on stable
Documentation
# try-blocks


<!-- cargo-rdme start -->


## Notice


This crate has been moved/renamed to [tryvial](https://crates.io/crates/tryvial).
You should use that instead.

---

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 `Try` trait through the use of type magic.

This crate is `no_std` compatible.

<!-- cargo-rdme end -->


License: MIT