try-let 0.2.0

Proc macro for a basic try-let form
Documentation

Try-Let

Latest Version Documentation Build Status

This is an implementation of a try-let similar to the one proposed in RFC #1303, as a proc macro.

NOTE: Proc macros in statement position are currently unstable, meaning this macro will not work on stable rust until PR #68717 is merged.

See the documentation for more details.