let_or_return 1.0.0

Convenient macro to extract a value via `if let`, and `return` in the else case
Documentation

let_or_return

Crates.io docs.rs CI Crates.io

Convenient Rust macro to extract a value via if let, and return in the else case.

See doc.rs documentation