let_or_return

Crates.iolet_or_return
lib.rslet_or_return
version1.0.2
sourcesrc
created_at2023-05-12 20:32:18.263025
updated_at2023-10-01 16:16:57.238761
descriptionConvenient macro to extract a value via `if let`, and `return` in the else case
homepage
repositoryhttps://github.com/mic006/let_or_return
max_upload_size
id863274
size11,085
PALLEAU Michel (mic006)

documentation

https://docs.rs/let_or_return

README

let_or_return

maintenance-status Crates.io docs.rs CI Crates.io

⚠️ 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.

See doc.rs documentation

Commit count: 12

cargo fmt