Crates.io | let_or_return |
lib.rs | let_or_return |
version | 1.0.2 |
source | src |
created_at | 2023-05-12 20:32:18.263025 |
updated_at | 2023-10-01 16:16:57.238761 |
description | Convenient macro to extract a value via `if let`, and `return` in the else case |
homepage | |
repository | https://github.com/mic006/let_or_return |
max_upload_size | |
id | 863274 |
size | 11,085 |
⚠️ This crate is deprecated. Use the let-else
statement instead.
Convenient Rust macro to extract a value via if let
, and return
in the else case.