# let_or_return

[](https://crates.io/crates/let_or_return)
[](https://docs.rs/let_or_return)
[](https://github.com/mic006/let_or_return)
[](https://crates.io/crates/let_or_return)
⚠️ This crate is **deprecated**. Use the [`let-else`](https://doc.rust-lang.org/rust-by-example/flow_control/let_else.html) statement instead.
Convenient Rust macro to extract a value via `if let`, and `return` in the else case.
See [doc.rs documentation](https://docs.rs/let_or_return)