try-let

Crates.iotry-let
lib.rstry-let
version0.2.0
sourcesrc
created_at2015-12-07 03:01:07.062493
updated_at2020-04-12 18:42:47.929874
descriptionProc macro for a basic try-let form
homepage
repositoryhttps://github.com/mystor/rust-try-let
max_upload_size
id3585
size8,904
Nika Layzell (mystor)

documentation

README

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.

Commit count: 19

cargo fmt