| Crates.io | try-let |
| lib.rs | try-let |
| version | 0.2.0 |
| created_at | 2015-12-07 03:01:07.062493+00 |
| updated_at | 2020-04-12 18:42:47.929874+00 |
| description | Proc macro for a basic try-let form |
| homepage | |
| repository | https://github.com/mystor/rust-try-let |
| max_upload_size | |
| id | 3585 |
| size | 8,904 |
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.