let_or_return 0.1.0

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

let_or_return

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