let_or_return 1.0.0

Convenient macro to extract a value via `if let`, and `return` in the else case
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]
[dev-dependencies.macrotest]
version = "1.0.9"

[package]
categories = ["rust-patterns"]
description = "Convenient macro to extract a value via `if let`, and `return` in the else case"
documentation = "https://docs.rs/let_or_return"
edition = "2021"
keywords = ["macros", "let"]
license = "MIT"
name = "let_or_return"
readme = "README.md"
repository = "https://github.com/mic006/let_or_return"
version = "1.0.0"